Udostępnij za pośrednictwem


UniversalTelemetryChannel.DeveloperMode Property

Definition

Gets or sets a value indicating whether developer mode of telemetry transmission is enabled. When developer mode is True, UniversalTelemetryChannel sends telemetry to Application Insights immediately during the entire lifetime of the application. When developer mode is False, UniversalTelemetryChannel respects production sending policies defined by other properties.

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

Property Value

Implements

Applies to