Partager via


ChangeFeedProcessorBuilder.WithProcessorOptions Méthode

Définition

Définit le ChangeFeedProcessorOptions à utiliser par cette instance de IChangeFeedProcessor.

public Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessorBuilder WithProcessorOptions (Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessorOptions changeFeedProcessorOptions);
member this.WithProcessorOptions : Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessorOptions -> Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessorBuilder
Public Function WithProcessorOptions (changeFeedProcessorOptions As ChangeFeedProcessorOptions) As ChangeFeedProcessorBuilder

Paramètres

changeFeedProcessorOptions
ChangeFeedProcessorOptions

Instance de ChangeFeedProcessorOptions à utiliser.

Retours

Instance de ChangeFeedProcessorBuilder à utiliser.

S’applique à