| SchedulerStop Method |
Stops execution of the scheduler.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public:
virtual void Stop() sealed
abstract Stop : unit -> unit
override Stop : unit -> unit
Remarks
If the scheduler is already stopped this method is ignored.
See Also