Click or drag to resize
SchedulerUnschedule Method (ScheduledAction)
Unschedules execution of a synchronous subscriber.

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 Unschedule(
	ScheduledAction subscriber
)

Parameters

subscriber
Type: Microsoft.IoT.DeviceCoreScheduledAction
The subscriber to unschedule.

Implements

ISchedulerUnschedule(ScheduledAction)
See Also