Share via


Dispatcher Property

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

Gets the dispatcher that the delegate associated with the current DispatcherOperation object was posted to.

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

Syntax

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

Property Value

Type: Microsoft.SPOT. . :: . .Dispatcher
The dispatcher that the delegate was posted to.

.NET Framework Security

See Also

Reference

DispatcherOperation Class

Microsoft.SPOT Namespace