你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 秒。

属性

适用于