Click or drag to resize
IScheduledDevice Interface
The interface for an IoT device that updates on a shedule.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IScheduledDevice : IDevice, 
	IClosable

The IScheduledDevice type exposes the following members.

Properties
  NameDescription
Public propertyReportInterval
Gets or sets the report interval for the device.
Top
Methods
  NameDescription
Public methodClose
Releases system resources that are exposed by a Windows Runtime object.
(Inherited from IClosable.)
Top
See Also