HasShutdownStarted Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Determines whether the current dispatcher is shutting down.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property HasShutdownStarted As Boolean
public bool HasShutdownStarted { get; }
public:
property bool HasShutdownStarted {
    bool get ();
}
member HasShutdownStarted : bool
function get HasShutdownStarted () : boolean

Property Value

Type: System. . :: . .Boolean
true if the current dispatcher has started shutting down; otherwise, false.

.NET Framework Security

See Also

Reference

Dispatcher Class

Microsoft.SPOT Namespace