PeriodicTimerSourceInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Periodic timer event source.
public class PeriodicTimerSourceInfo
type PeriodicTimerSourceInfo = class
Public Class PeriodicTimerSourceInfo
- Inheritance
-
PeriodicTimerSourceInfo
Constructors
PeriodicTimerSourceInfo() |
Initializes a new instance of the PeriodicTimerSourceInfo class. |
PeriodicTimerSourceInfo(DateTime, String, String) |
Initializes a new instance of the PeriodicTimerSourceInfo class. |
Properties
Schedule |
Gets or sets periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds. |
StartTime |
Gets or sets the time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time. |
Topic |
Gets or sets topic where periodic events are published to IoT device. |
Methods
Validate() |
Validate the object. |