MailboxIsSuspended Property |
[Missing <summary> documentation for "P:Akka.Dispatch.Mailbox.IsSuspended"]
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool IsSuspended { get; }
Public ReadOnly Property IsSuspended As Boolean
Get
public:
property bool IsSuspended {
bool get ();
}
member IsSuspended : bool with get
Property Value
Type:
Boolean
See Also