Class Period
public sealed class Period
- Inheritance
-
Period
- Inherited Members
Properties
AlertThreshold
If set, an execution that exceeds this duration will be logged.
public TimeSpan? AlertThreshold { get; set; }
Property Value
Interval
The delay between executions.
public required TimeSpan Interval { get; set; }
Property Value
Timeout
If set, an execution will be cancelled after this duration.
public TimeSpan? Timeout { get; set; }