IChangeFeedObserver.ProcessChangesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is called when document changes are available on change feed.
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
Parameters
- context
- IChangeFeedObserverContext
The context specifying partition for this change event, etc.
- docs
- IReadOnlyList<Document>
The documents changed.
- cancellationToken
- CancellationToken
Token to signal that the parition processing is going to finish.
Returns
A Task to allow asynchronous execution.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.