| SchedulerStart Method |
Starts 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 Start() sealed
abstract Start : unit -> unit
override Start : unit -> unit
Remarks
Important: This method is ignored if no subscribers are scheduled.
If this method is called on a scheduler that has already started
it is ignored.
See Also