DiagnosticsTelemetryModule.HeartbeatInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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