| ISchedulerUnschedule Method (ScheduledAction) |
Unschedules execution of a synchronous subscriber.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Unschedule(
ScheduledAction subscriber
)
Sub Unschedule (
subscriber As ScheduledAction
)
void Unschedule(
[InAttribute] ScheduledAction^ subscriber
)
abstract Unschedule :
subscriber : ScheduledAction -> unit
Parameters
- subscriber
- Type: Microsoft.IoT.DeviceCoreScheduledAction
The subscriber to unschedule.
See Also