ActorSystemCreate Method (String, Config) |
Creates a new ActorSystem with the specified name, and the specified Config
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic 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
)
static member Create :
name : string *
config : Config -> ActorSystem
Parameters
- name
- Type: SystemString
Name of the ActorSystem - config
- Type: Akka.ConfigurationConfig
Configuration of the ActorSystem
Return Value
Type:
ActorSystemActorSystem.
See Also