ChangeFeedProcessorBuilder.Build Method

Definition

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

public Microsoft.Azure.Cosmos.ChangeFeedProcessor Build ();
member this.Build : unit -> Microsoft.Azure.Cosmos.ChangeFeedProcessor
Public Function Build () As ChangeFeedProcessor

Returns

An instance of ChangeFeedProcessor.

Applies to