UniversalTelemetryChannel.DeveloperMode 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 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