TelemetryChannel.MaxTransmissionSenderCapacity Property

Gets or sets the maximum number of telemetry transmissions that TelemetryChannel will send to Application Insights at the same time.

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

Usage

'Usage
Dim instance As TelemetryChannel
Dim value As Integer

value = instance.MaxTransmissionSenderCapacity

instance.MaxTransmissionSenderCapacity = value

Syntax

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

/** @property */
public void set_MaxTransmissionSenderCapacity (int value)
public function get MaxTransmissionSenderCapacity () : int

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