TelemetryChannel.StopUploadAfterIntervalInSeconds Property

Gets or sets the amount of time, in seconds, after application is started when the TelemetryChannel will send telemetry to ApplicationInsights. Once the specified amount of time runs out, telemetry will be stored on disk until the application is started again.

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

Usage

'Usage
Dim instance As TelemetryChannel
Dim value As Double

value = instance.StopUploadAfterIntervalInSeconds

instance.StopUploadAfterIntervalInSeconds = value

Syntax

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

/** @property */
public void set_StopUploadAfterIntervalInSeconds (double value)
public function get StopUploadAfterIntervalInSeconds () : double

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