ActorCellMailbox Property |
[Missing <summary> documentation for "P:Akka.Actor.ActorCell.Mailbox"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Mailbox Mailbox { get; }
Public ReadOnly Property Mailbox As Mailbox
Get
public:
property Mailbox^ Mailbox {
Mailbox^ get ();
}
member Mailbox : Mailbox with get
Property Value
Type:
Mailbox
See Also