CurrentDispatcher Property

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

Gets the dispatcher for the thread that is currently executing and creates a new dispatcher if one is not already associated with the current thread.

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

Syntax

'Declaration
Public Shared ReadOnly Property CurrentDispatcher As Dispatcher
public static Dispatcher CurrentDispatcher { get; }
public:
static property Dispatcher^ CurrentDispatcher {
    Dispatcher^ get ();
}
static member CurrentDispatcher : Dispatcher
static function get CurrentDispatcher () : Dispatcher

Property Value

Type: Microsoft.SPOT. . :: . .Dispatcher
The dispatcher that is associated with the current thread.

.NET Framework Security

See Also

Reference

Dispatcher Class

Microsoft.SPOT Namespace