LocalActorRefCreateMailbox Property |
[Missing <summary> documentation for "P:Akka.Actor.LocalActorRef.CreateMailbox"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected Func<Mailbox> CreateMailbox { get; }
Protected ReadOnly Property CreateMailbox As Func(Of Mailbox)
Get
protected:
property Func<Mailbox^>^ CreateMailbox {
Func<Mailbox^>^ get ();
}
member CreateMailbox : Func<Mailbox> with get
Property Value
Type:
FuncMailbox
See Also