Table of Contents

Property IsShuttingDown

Namespace
Skyline.DataMiner.Net
Assembly
SLNetTypes.dll

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.