IChangeFeedObserver.ProcessChangesAsync 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.
C’est ce qu’on appelle lorsque les modifications de document sont disponibles sur le flux de modification.
public System.Threading.Tasks.Task ProcessChangesAsync (Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserverContext context, System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Documents.Document> docs, System.Threading.CancellationToken cancellationToken);
abstract member ProcessChangesAsync : Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserverContext * System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Documents.Document> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ProcessChangesAsync (context As IChangeFeedObserverContext, docs As IReadOnlyList(Of Document), cancellationToken As CancellationToken) As Task
Paramètres
- context
- IChangeFeedObserverContext
Contexte spécifiant la partition pour cet événement de modification, etc.
- docs
- IReadOnlyList<Document>
Les documents ont changé.
- cancellationToken
- CancellationToken
Jeton pour signaler que le traitement de parition va se terminer.
Retours
Tâche pour autoriser l’exécution asynchrone.
S’applique à
Azure SDK for .NET