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 object associated with the current DispatcherTimer object.

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
function get Dispatcher () : Dispatcher

Property Value

Type: Microsoft.SPOT. . :: . .Dispatcher
The dispatcher associated with the current timer.

Remarks

The Dispatcher object contained in the Dispatcher property is set when your program calls the DispatcherTimer constructor.

.NET Framework Security

See Also

Reference

DispatcherTimer Class

Microsoft.SPOT Namespace