Click or drag to resize
Akka.NETSwitchIsOff Property
Gets a value indicating whether this switch is off. No locking.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool IsOff { get; }

Property Value

Type: Boolean
true if this instance is off; otherwise, false.
See Also