ActorSystem..::..Create Method (String, Config)
Creates a new ActorSystem with the specified name, and the specified Config
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
public static ActorSystem Create( string name, Config config )
Public Shared Function Create ( _ name As String, _ config As Config _ ) As ActorSystem
public: static ActorSystem^ Create( String^ name, Config^ config )
Parameters
- name
- Type: String
Name of the ActorSystem
- config
- Type: Akka.Configuration..::..Config
Configuration of the ActorSystem