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

EventHubClient.GetPartitionRuntimeInformationAsync(String) 方法

定义

public virtual System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.PartitionRuntimeInformation> GetPartitionRuntimeInformationAsync (string partitionId);
abstract member GetPartitionRuntimeInformationAsync : string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.PartitionRuntimeInformation>
override this.GetPartitionRuntimeInformationAsync : string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.PartitionRuntimeInformation>
Public Overridable Function GetPartitionRuntimeInformationAsync (partitionId As String) As Task(Of PartitionRuntimeInformation)

参数

partitionId
String

分区 ID。

返回

返回 Task<TResult>

适用于