Initializes a new instance of the
Mailboxes class.
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Mailboxes(
ActorSystem system
)
Public Sub New (
system As ActorSystem
)
public:
Mailboxes(
ActorSystem^ system
)
new :
system : ActorSystem -> Mailboxes
Parameters
- system
- Type: Akka.ActorActorSystem
The system.
See Also