EventHubAdapterFactory.GetPartitionIdsAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obter IDs de partição do eventhub
protected virtual System.Threading.Tasks.Task<string[]> GetPartitionIdsAsync ();
abstract member GetPartitionIdsAsync : unit -> System.Threading.Tasks.Task<string[]>
override this.GetPartitionIdsAsync : unit -> System.Threading.Tasks.Task<string[]>
Protected Overridable Function GetPartitionIdsAsync () As Task(Of String())