| ScheduleOptions Class |
Namespace: Microsoft.IoT.DeviceCore
The ScheduleOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ScheduleOptions(UInt32) |
Initializes a new ScheduleOptions instance with a default priority.
| |
| ScheduleOptions(UInt32, SchedulerPriority) |
Initializes a new ScheduleOptions instance.
|
| Name | Description | |
|---|---|---|
| Priority |
Gets the requested update priority for the subscriber.
| |
| UpdateInterval |
Gets the requested update interval for the subscriber.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| WithNewPriority |
Returns new schedule options with an updated priority.
| |
| WithNewUpdateInterval |
Returns a schedule options with a new update interval.
|