| ISchedulerUpdateSchedule Method (ScheduledAsyncAction, ScheduleOptions) |
Updates the schedule for 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 UpdateSchedule(
ScheduledAsyncAction subscriber,
ScheduleOptions options
)
Sub UpdateSchedule (
subscriber As ScheduledAsyncAction,
options As ScheduleOptions
)
void UpdateSchedule(
[InAttribute] ScheduledAsyncAction^ subscriber,
[InAttribute] ScheduleOptions^ options
)
abstract UpdateSchedule :
subscriber : ScheduledAsyncAction *
options : ScheduleOptions -> unit
Parameters
- subscriber
- Type: Microsoft.IoT.DeviceCoreScheduledAsyncAction
The subscriber to update.
- options
- Type: Microsoft.IoT.DeviceCoreScheduleOptions
A ScheduleOptions that provides the updated options.
See Also