Property IsShuttingDown
IsShuttingDown
Gets a value indicating whether the connection is shutting down.
bool IsShuttingDown { get; }
Property Value
- bool
true
after the connection has been destroyed and during the destruction; otherwise,false
.
Remarks
Once true
, this connection object should no longer be used.