Click or drag to resize
Akka.NETMailboxes Constructor
Initializes a new instance of the Mailboxes class.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Mailboxes(
	ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem
The system.
See Also