PartitionReceiver.GetPartitionPropertiesAsync(CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET