| ISchedulerUnschedule Method (ScheduledAsyncAction) |
Unschedules execution of an asynchronous 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(
ScheduledAsyncAction subscriber
)
Sub Unschedule (
subscriber As ScheduledAsyncAction
)
void Unschedule(
[InAttribute] ScheduledAsyncAction^ subscriber
)
abstract Unschedule :
subscriber : ScheduledAsyncAction -> unit
Parameters
- subscriber
- Type: Microsoft.IoT.DeviceCoreScheduledAsyncAction
The subscriber to unschedule.
See Also