Partager via


PartitionReceiver.GetPartitionPropertiesAsync(CancellationToken) Méthode

Définition

Récupère des informations sur la partition à laquelle ce client est associé, y compris les éléments qui décrivent les événements disponibles dans le flux d’événements de partition.

public virtual System.Threading.Tasks.Task<Azure.Messaging.EventHubs.PartitionProperties> GetPartitionPropertiesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPartitionPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Messaging.EventHubs.PartitionProperties>
override this.GetPartitionPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Messaging.EventHubs.PartitionProperties>
Public Overridable Function GetPartitionPropertiesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of PartitionProperties)

Paramètres

cancellationToken
CancellationToken

Une instance facultative CancellationToken pour signaler la demande d’annulation de l’opération.

Retours

Ensemble d’informations pour la partition associée sous le hub d’événements à laquelle ce client est associé.

S’applique à