MailboxActorCell Property |
[Missing <summary> documentation for "P:Akka.Dispatch.Mailbox.ActorCell"]
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected ActorCell ActorCell { get; }
Protected ReadOnly Property ActorCell As ActorCell
Get
protected:
property ActorCell^ ActorCell {
ActorCell^ get ();
}
member ActorCell : ActorCell with get
Property Value
Type:
ActorCell
See Also