| ScheduledUpdaterUpdateInterval Property |
Gets or sets the update interval.
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; set; }
Public Property UpdateInterval As UInteger
Get
Set
public:
virtual property unsigned int UpdateInterval {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
abstract UpdateInterval : uint32 with get, set
override UpdateInterval : uint32 with get, set
Property Value
Type:
UInt32
The current update interval.
Remarks
The update interval will be set to a default value that will vary
based on the devices implementation. If your app does not
want to use this default value, you should set the update interval
to a non-zero value prior to registering any event handlers.
See Also