ConnectionStateIsClosing Property

Returns true if the method NotifyClosing was previously called. Returns false otherwise. This property is for monitoring by background threads which should exit gracefully when the property returns true.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public bool IsClosing { get; }

Property Value

Boolean

See Also