| SchedulerSuspend 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 public void Suspend(
ScheduledAction subscriber
)
Public Sub Suspend (
subscriber As ScheduledAction
)
public:
virtual void Suspend(
[InAttribute] ScheduledAction^ subscriber
) sealed
abstract Suspend :
subscriber : ScheduledAction -> unit
override Suspend :
subscriber : ScheduledAction -> unit
Parameters
- subscriber
- Type: Microsoft.IoT.DeviceCoreScheduledAction
The subscriber to suspend.
Implements
ISchedulerSuspend(ScheduledAction)See Also