Share via


ConnectionOrientedTransportElement.MaxOutputDelay プロパティ

定義

メッセージの一部または完全なメッセージを、送信前にメモリ内のバッファーに残したままにできる最長期間を取得または設定します。

[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

プロパティ値

メッセージの一部または完全なメッセージが、送信される前にメモリ内でバッファーに格納された状態を維持できる最大時間。既定値は 2 秒です。

属性

適用対象