Property IsShuttingDown
- Namespace
- Skyline.DataMiner.Utils.DOM.UnitTesting
- Assembly
- Skyline.DataMiner.Utils.DOM.dll
IsShuttingDown
Gets a value indicating whether the connection is shutting down.
public 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.