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.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
public bool IsClosing { get; }
Public ReadOnly Property IsClosing As Boolean
Get
member IsClosing : bool with get
Property Value
Boolean