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