Switch..::..IsOn Property

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

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

Syntax


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

Field Value

true if this instance is on; otherwise, false.