Click or drag to resize
Akka.NETActorSystemImpl Constructor (String)
Initializes a new instance of the ActorSystemImpl class.

Namespace:  Akka.Actor.Internal
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorSystemImpl(
	string name
)

Parameters

name
Type: SystemString
The name given to the actor system.
See Also