Table of Contents

Class Period

Namespace
The.Web.Jobs
Assembly
Instagile.Web.Client.dll
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

TimeSpan?

Interval

The delay between executions.

public required TimeSpan Interval { get; set; }

Property Value

TimeSpan

Timeout

If set, an execution will be cancelled after this duration.

public TimeSpan? Timeout { get; set; }

Property Value

TimeSpan?