Switch..::..IsOff Property

Gets a value indicating whether this switch is off. No locking.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll)

Syntax


public bool IsOff { get; }
Public ReadOnly Property IsOff As Boolean
	Get
public:
property bool^ IsOff {
	bool^ get ();
}

Field Value

true if this instance is off; otherwise, false.