InMemoryChannel.SendingInterval Property

Definition

Gets or sets the sending interval. Once the interval expires, InMemoryChannel serializes the accumulated telemetry items for transmission and sends it over the wire.

public TimeSpan SendingInterval { get; set; }
member this.SendingInterval : TimeSpan with get, set
Public Property SendingInterval As TimeSpan

Property Value

Applies to