FabricClientSettings.HealthReportRetrySendInterval Property

Definition

Gets or sets the retry interval at which health reports that have not yet been acknowledged by the Health Manager are resent.

public TimeSpan HealthReportRetrySendInterval { get; set; }
member this.HealthReportRetrySendInterval : TimeSpan with get, set
Public Property HealthReportRetrySendInterval As TimeSpan

Property Value

The retry interval at which health reports that have not yet been acknowledged by the Health Manager are resent.

Remarks

The default value of the HealthReportRetrySendInterval property is 30 seconds. The minimum value is 1 second.

Applies to