| ScheduleOptions Constructor (UInt32) |
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ScheduleOptions(
uint reportInterval
)
Public Sub New (
reportInterval As UInteger
)
public:
ScheduleOptions(
[InAttribute] unsigned int reportInterval
)
new :
reportInterval : uint32 -> ScheduleOptions
Parameters
- reportInterval
- Type: SystemUInt32
The requested update interval for the subscriber.
Remarks
The report interval is specified in milliseconds.
See Also