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: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
public bool IsClosing { get; }
Public ReadOnly Property IsClosing As Boolean
Get
member IsClosing : bool with get
Property Value
Boolean