| ActorSystemImpl Constructor (String) |
Namespace:
Akka.Actor.Internal
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ActorSystemImpl(
string name
)
new :
name : string -> ActorSystemImpl
Parameters
- name
- Type: SystemString
The name given to the actor system.
See Also