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