Click or drag to resize
SuperviseAsync Property
Gets a value indicating whether this Supervise is asynchronous.

Namespace: Akka.Dispatch.SysMsg
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool Async { get; }

Property Value

Type: Boolean
true if asynchronous; otherwise, false.
See Also