ConnectionOrientedTransportElement.MaxOutputDelay Property

Definition

Gets or sets the maximum interval of time that a part of a message or a full message can remain buffered in memory before being sent out.

[System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceBus.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("maxOutputDelay", DefaultValue="00:00:00.2")]
public TimeSpan MaxOutputDelay { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceBus.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("maxOutputDelay", DefaultValue="00:00:00.2")>]
member this.MaxOutputDelay : TimeSpan with get, set
Public Property MaxOutputDelay As TimeSpan

Property Value

The maximum interval of time that a part of a message or a full message can remain buffered in memory before being sent out. The default value is 2 seconds.

Attributes

Applies to