InMemoryChannel.DataUploadIntervalInSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This value is now obsolete and will be removed in next release, use SendingInterval instead.
Gets or sets the maximum telemetry batching interval. Once the interval expires, InMemoryChannel serializes the accumulated telemetry items for transmission.
public:
property double DataUploadIntervalInSeconds { double get(); void set(double value); };
[System.Obsolete("This value is now obsolete and will be removed in next release, use SendingInterval instead.")]
public double DataUploadIntervalInSeconds { get; set; }
[<System.Obsolete("This value is now obsolete and will be removed in next release, use SendingInterval instead.")>]
member this.DataUploadIntervalInSeconds : double with get, set
Public Property DataUploadIntervalInSeconds As Double
Property Value
- Attributes