| ActorSystemMailboxes Property |
Gets the mailboxes.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract Mailboxes Mailboxes { get; }
abstract Mailboxes : Mailboxes with get
Property Value
Type:
MailboxesThe mailboxes.
See Also