TelemetryChannel.DataUploadIntervalInSeconds Property

Gets or sets the maximum telemetry batching interval. Once the interval expires, TelemetryChannel serializes the accumulated telemetry items for transmission.

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

Usage

'Usage
Dim instance As TelemetryChannel
Dim value As Double

value = instance.DataUploadIntervalInSeconds

instance.DataUploadIntervalInSeconds = value

Syntax

'Declaration
Public Property DataUploadIntervalInSeconds As Double
public double DataUploadIntervalInSeconds { get; set; }
public:
property double DataUploadIntervalInSeconds {
    double get ();
    void set (double value);
}
/** @property */
public double get_DataUploadIntervalInSeconds ()

/** @property */
public void set_DataUploadIntervalInSeconds (double value)
public function get DataUploadIntervalInSeconds () : double

public function set DataUploadIntervalInSeconds (value : double)

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