Share via


TelemetryChannel.MaxTransmissionBufferCapacity Property

Gets or sets the maximum amount of memory, in bytes, that TelemetryChannel will use to buffer transmissions before sending them 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.MaxTransmissionBufferCapacity

instance.MaxTransmissionBufferCapacity = value

Syntax

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

/** @property */
public void set_MaxTransmissionBufferCapacity (int value)
public function get MaxTransmissionBufferCapacity () : int

public function set MaxTransmissionBufferCapacity (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