你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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