Gets a value indicating whether this switch is off. No locking.
Namespace: Akka.UtilAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool IsOff { get; }
Public ReadOnly Property IsOff As Boolean
Get
public:
property bool IsOff {
bool get ();
}
member IsOff : bool with get
Property Value
Type:
Booleantrue if this instance is off; otherwise,
false.
See Also