Stop Method

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

Stops a DispatcherTimer object's timer.

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

Syntax

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

Remarks

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

.NET Framework Security

See Also

Reference

DispatcherTimer Class

Microsoft.SPOT Namespace