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.ChangeFeedObserverContext context, System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Documents.Document> docs);
abstract member ProcessChangesAsync : Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedObserverContext * System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Documents.Document> -> System.Threading.Tasks.Task
Public Function ProcessChangesAsync (context As ChangeFeedObserverContext, docs As IReadOnlyList(Of Document)) As Task
Parameters
- context
- ChangeFeedObserverContext
The context specifying partition for this change event, etc.
- docs
- IReadOnlyList<Document>
The documents changed.
Returns
A Task to allow asynchronous execution.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET