Click or drag to resize
SwitchIsOn Property
Gets a value indicating whether this switch is on. No locking.

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

Property Value

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