Click or drag to resize
SchedulerStop Method
Stops execution of the scheduler.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Stop()
Remarks
If the scheduler is already stopped this method is ignored.
See Also