Gets a value indicating whether this
Supervise is asynchronous.
Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool Async { get; }
Public ReadOnly Property Async As Boolean
Get
public:
property bool Async {
bool get ();
}
member Async : bool with get
Property Value
Type:
Booleantrue if asynchronous; otherwise,
false.
See Also