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