| ScheduleOptionsUpdateInterval Property |
Gets the requested update interval for the subscriber.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public uint UpdateInterval { get; }
Public ReadOnly Property UpdateInterval As UInteger
Get
public:
virtual property unsigned int UpdateInterval {
unsigned int get () sealed;
}
abstract UpdateInterval : uint32 with get
override UpdateInterval : uint32 with get
Property Value
Type:
UInt32
The requested update interval for the subscriber.
Remarks
The report interval is specified in milliseconds.
See Also