TelemetryChannel.DeveloperMode Property

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

Namespace: Microsoft.ApplicationInsights.Channel
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)

Usage

'Usage
Dim instance As TelemetryChannel
Dim value As Boolean

value = instance.DeveloperMode

instance.DeveloperMode = value

Syntax

'Declaration
Public Property DeveloperMode As Boolean
public bool DeveloperMode { get; set; }
public:
property bool DeveloperMode {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_DeveloperMode ()

/** @property */
public void set_DeveloperMode (boolean value)
public function get DeveloperMode () : boolean

public function set DeveloperMode (value : boolean)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

TelemetryChannel Class
TelemetryChannel Members
Microsoft.ApplicationInsights.Channel Namespace