Click or drag to resize
ScheduleOptions Class
Represents the options for a subscription with a scheduler.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceCoreScheduleOptions

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class ScheduleOptions : IStringable

The ScheduleOptions type exposes the following members.

Constructors
  NameDescription
Public methodScheduleOptions(UInt32)
Initializes a new ScheduleOptions instance with a default priority.
Public methodScheduleOptions(UInt32, SchedulerPriority)
Initializes a new ScheduleOptions instance.
Top
Properties
  NameDescription
Public propertyPriority
Gets the requested update priority for the subscriber.
Public propertyUpdateInterval
Gets the requested update interval for the subscriber.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWithNewPriority
Returns new schedule options with an updated priority.
Public methodWithNewUpdateInterval
Returns a schedule options with a new update interval.
Top
See Also