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

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

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Akka.Actor.Internals.ActorSystemImpl.#ctor(System.String)"]

See Also