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

ServiceBusAdministrationClient.GetQueuesRuntimePropertiesAsync 方法

定义

检索命名空间中存在的队列的运行时属性集。

public virtual Azure.AsyncPageable<Azure.Messaging.ServiceBus.Administration.QueueRuntimeProperties> GetQueuesRuntimePropertiesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetQueuesRuntimePropertiesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Messaging.ServiceBus.Administration.QueueRuntimeProperties>
override this.GetQueuesRuntimePropertiesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Messaging.ServiceBus.Administration.QueueRuntimeProperties>
Public Overridable Function GetQueuesRuntimePropertiesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of QueueRuntimeProperties)

参数

cancellationToken
CancellationToken

一个可选 CancellationToken 实例,用于向请求发出取消操作的信号。

返回

描述 AsyncPageable<T> 队列运行时属性的 。

例外

如果参数在范围外。

操作超时。超时期限是通过 ServiceBusAdministrationClientOptions 类初始化的, (请参阅 retry 属性) 。 如果超时值相对较低,则可能需要增加超时值以避免此异常。

服务器繁忙。 在重试操作之前,应等待。

  • 操作超时。在这种情况下, Reason 将设置为 ServiceTimeout
  • 服务器繁忙。 在重试操作之前,应等待。 在这种情况下,失败原因将设置为 ServiceBusy
  • 发生内部错误或意外异常。 在这种情况下,失败原因将设置为 GeneralError

注解

允许的最大值为每页 100。

适用于