HealthCheckPublisherOptions.Period Property

Definition

Gets or sets the period of IHealthCheckPublisher execution. The default value is 30 seconds.

public:
 property TimeSpan Period { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Period { get; set; }
member this.Period : TimeSpan with get, set
Public Property Period As TimeSpan

Property Value

Remarks

The Period cannot be set to a value lower than 1 second.

Applies to