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

PartitionReceiverOptions.DefaultMaximumReceiveWaitTime 属性

定义

读取时等待请求的消息量的默认时间量;如果在请求的消息数量可用或读取之前已过此时间段,则将返回已读取的消息集。

public TimeSpan? DefaultMaximumReceiveWaitTime { get; set; }
member this.DefaultMaximumReceiveWaitTime : Nullable<TimeSpan> with get, set
Public Property DefaultMaximumReceiveWaitTime As Nullable(Of TimeSpan)

属性值

默认等待时间为 60 秒。

例外

当请求的等待时间为负时发生。

适用于