Click or drag to resize
ISchedulerResume Method (ScheduledAsyncAction)
Resumes execution of an asynchronous subscriber.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Resume(
	ScheduledAsyncAction subscriber
)

Parameters

subscriber
Type: Microsoft.IoT.DeviceCoreScheduledAsyncAction
The asynchronous subscriber to resume.
See Also