| ActorSystemCreate Method (String) |
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static ActorSystem Create(
string name
)
static member Create :
name : string -> ActorSystem
Parameters
- name
- Type: SystemString
The name of the actor system to create. The name must be uri friendly.
Remarks Must contain only word characters (i.e. [a-zA-Z0-9] plus non-leading '-'
Return Value
Type:
ActorSystemA newly created actor system with the given name.
See Also