| ISchedulerSuspend Method (ScheduledAction) |
Suspends 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 Suspend(
ScheduledAction subscriber
)
Sub Suspend (
subscriber As ScheduledAction
)
void Suspend(
[InAttribute] ScheduledAction^ subscriber
)
abstract Suspend :
subscriber : ScheduledAction -> unit
Parameters
- subscriber
- Type: Microsoft.IoT.DeviceCoreScheduledAction
The subscriber to suspend.
See Also