Share via


Start Method

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

Starts a DispatcherTimer object's timer.

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

Syntax

'Declaration
Public Sub Start
public void Start()
public:
void Start()
member Start : unit -> unit 
public function Start()

Remarks

Setting the IsEnabled property to false when the timer is running stops the timer. Setting the IsEnabled property to true when the timer is stopped, starts the timer. Calling the Start method sets the IsEnabled property to true.

.NET Framework Security

See Also

Reference

DispatcherTimer Class

Microsoft.SPOT Namespace