Partager via


ConnectionOrientedTransportElement.MaxOutputDelay Propriété

Définition

Obtient ou définit la durée maximale pendant laquelle une partie d'un message ou un message complet peut rester en mémoire tampon avant d'être expédié.

[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

Valeur de propriété

Intervalle maximal pendant lequel une partie d’un message ou un message complet peut rester en mémoire tampon avant d’être envoyé. La valeur par défaut est 2 secondes.

Attributs

S’applique à