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(DateTimeOffset, String) |
Initializes a new instance of PeriodicTimerSourceInfo. |
Properties
Schedule |
Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds. |
StartOn |
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 |
Topic where periodic events are published to IoT device. |
Applies to
Azure SDK for .NET