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.

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

Property Value

A TimeSpan that specifies 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 200 milliseconds.

Attributes

Applies to