Share via


DiagnosticsTelemetryModule.HeartbeatInterval Property

Definition

Gets or sets the delay interval between heartbeats. Setting this value will immediately reset the heartbeat timer.

<remarks> Note that there is a minimum interval Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.HeartbeatProvider.MinimumHeartbeatInterval and if an attempt to make the interval less than this minimum value is detected, the interval rate will be set to the minimum. Also note, if the interval is set to any value less than the current channel flush rate, the heartbeat may not be emitted at expected times. (The heartbeat will still be sent, but after having been cached for a time first). </remarks>
public TimeSpan HeartbeatInterval { get; set; }
member this.HeartbeatInterval : TimeSpan with get, set
Public Property HeartbeatInterval As TimeSpan

Property Value

Implements

Applies to