Supervise..::..Async Property

Gets a value indicating whether this Supervise is asynchronous.

Namespace:  Akka.Dispatch.SysMsg
Assembly:  Akka (in Akka.dll)

Syntax


public bool Async { get; set; }
Public Property Async As Boolean
	Get
	Set
public:
property bool^ Async {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if asynchronous; otherwise, false.