Returns if the current processing thread has been asked to stop.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public static bool InstanceStopping { get; }
public static bool InstanceStopping { get; }
Public Shared ReadOnly Property InstanceStopping As Boolean
Get
Public Shared ReadOnly Property InstanceStopping As Boolean
Get
public:
static property bool InstanceStopping {
bool get ();
}
public:
static property bool InstanceStopping {
bool get ();
}
static member InstanceStopping : bool with get
static member InstanceStopping : bool with get
Property Value
Type:
BooleanInstanceStopping returns a
bool with a value of true if the current work thread is stopping.