ActorSystemCreate Method (String) |
Creates the specified name.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static ActorSystem Create(
string name
)
Public Shared Function Create (
name As String
) As ActorSystem
public:
static ActorSystem^ Create(
String^ name
)
static member Create :
name : string -> ActorSystem
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
ActorSystemActorSystem.
See Also