你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ReceiveMessagesOptions interface
从服务总线接收一批消息时的选项。
- 扩展
属性
max |
等待消息到达的最长时间。
默认值: |
继承属性
abort |
可用于中止请求的信号。 |
tracing |
启用跟踪时使用的选项。 |
属性详细信息
maxWaitTimeInMs
等待消息到达的最长时间。
默认值: 60000
毫秒。
maxWaitTimeInMs?: number
属性值
number
继承属性详细信息
abortSignal
tracingOptions
启用跟踪时使用的选项。
tracingOptions?: OperationTracingOptions
属性值
继承自 OperationOptionsBase.tracingOptions