TelemetryChannel.MaxTelemetryBufferCapacity Property

Gets or sets the maximum number of telemetry items will accumulate in a memory before the TelemetryChannel serializing them for transmission to Application Insights.

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

Usage

'Usage
Dim instance As TelemetryChannel
Dim value As Integer

value = instance.MaxTelemetryBufferCapacity

instance.MaxTelemetryBufferCapacity = value

Syntax

'Declaration
Public Property MaxTelemetryBufferCapacity As Integer
public int MaxTelemetryBufferCapacity { get; set; }
public:
property int MaxTelemetryBufferCapacity {
    int get ();
    void set (int value);
}
/** @property */
public int get_MaxTelemetryBufferCapacity ()

/** @property */
public void set_MaxTelemetryBufferCapacity (int value)
public function get MaxTelemetryBufferCapacity () : int

public function set MaxTelemetryBufferCapacity (value : int)

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