EventProcessor<TPartition>.ListPartitionIdsAsync Método

Definição

Consultas para os identificadores das partições do Hub de Eventos.

protected virtual System.Threading.Tasks.Task<string[]> ListPartitionIdsAsync (Azure.Messaging.EventHubs.EventHubConnection connection, System.Threading.CancellationToken cancellationToken);
abstract member ListPartitionIdsAsync : Azure.Messaging.EventHubs.EventHubConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string[]>
override this.ListPartitionIdsAsync : Azure.Messaging.EventHubs.EventHubConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string[]>
Protected Overridable Function ListPartitionIdsAsync (connection As EventHubConnection, cancellationToken As CancellationToken) As Task(Of String())

Parâmetros

connection
EventHubConnection

A conexão ativa com o serviço hubs de eventos.

cancellationToken
CancellationToken

Uma CancellationToken instância para sinalizar a solicitação para cancelar a consulta.

Retornos

O conjunto de identificadores para as partições do Hub de Eventos.

Aplica-se a