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

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

Property Value

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