DispatcherTimer Constructor (Dispatcher)

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

Initializes a new instance of the DispatcherTimer class and associates it with a specified Dispatcher object.

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

Syntax

'Declaration
Public Sub New ( _
    dispatcher As Dispatcher _
)
public DispatcherTimer(
    Dispatcher dispatcher
)
public:
DispatcherTimer(
    Dispatcher^ dispatcher
)
new : 
        dispatcher:Dispatcher -> DispatcherTimer
public function DispatcherTimer(
    dispatcher : Dispatcher
)

Parameters

.NET Framework Security

See Also

Reference

DispatcherTimer Class

DispatcherTimer Overload

Microsoft.SPOT Namespace