Megosztás a következőn keresztül:


ChangeFeedProcessorBuilder.BuildAsync Method

Definition

Builds a new instance of the IChangeFeedProcessor with the specified configuration.

public System.Threading.Tasks.Task<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.IChangeFeedProcessor> BuildAsync ();
member this.BuildAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.IChangeFeedProcessor>
Public Function BuildAsync () As Task(Of IChangeFeedProcessor)

Returns

An instance of IChangeFeedProcessor.

Applies to