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

NamespaceManager.GetEventHubPartitionAsync 方法

定义

重载

GetEventHubPartitionAsync(String, String)

GetEventHubPartition(String, String) 的异步版本。

GetEventHubPartitionAsync(String, String, String)

GetEventHubPartition(String, String) 的异步版本。

GetEventHubPartitionAsync(String, String)

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.PartitionDescription> GetEventHubPartitionAsync (string eventHubPath, string name);
member this.GetEventHubPartitionAsync : string * string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.PartitionDescription>
Public Function GetEventHubPartitionAsync (eventHubPath As String, name As String) As Task(Of PartitionDescription)

参数

eventHubPath
String

事件中心的路径。

name
String

事件中心分区的 ID。

返回

返回 Task<TResult>

适用于

GetEventHubPartitionAsync(String, String, String)

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.PartitionDescription> GetEventHubPartitionAsync (string eventHubPath, string consumerGroupName, string name);
member this.GetEventHubPartitionAsync : string * string * string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.PartitionDescription>
Public Function GetEventHubPartitionAsync (eventHubPath As String, consumerGroupName As String, name As String) As Task(Of PartitionDescription)

参数

eventHubPath
String

事件中心的路径。

consumerGroupName
String

事件中心使用者组的名称。

name
String

事件中心分区的 ID。

返回

返回 Task<TResult>

适用于