| SwitchIsOn Property |
Gets a value indicating whether this switch is on. No locking.
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public bool IsOn { get; }
member IsOn : bool with get
Property Value
Type:
Booleantrue if this instance is on; otherwise,
false.
See Also