ConnectionOrientedTransportElement.MaxOutputDelay Propiedad

Definición

Obtiene o establece el intervalo máximo de tiempo que una parte de un mensaje o un mensaje completo pueden estar almacenados en búfer en memoria antes de que se envíen.

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

Valor de propiedad

TimeSpan

que especifica el intervalo máximo de tiempo que una parte de un mensaje o un mensaje completo pueden permanecer almacenados en búfer en memoria TimeSpan antes de enviarse. El valor predeterminado es 200 milisegundos.

Atributos

Se aplica a