Share via


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

Container.GetChangeFeedProcessorBuilderWithManualCheckpoint 方法

定义

重载

GetChangeFeedProcessorBuilderWithManualCheckpoint(String, Container+ChangeFeedStreamHandlerWithManualCheckpoint)

ChangeFeedProcessorBuilder使用手动检查点初始化用于更改源处理的 。

GetChangeFeedProcessorBuilderWithManualCheckpoint<T>(String, Container.ChangeFeedHandlerWithManualCheckpoint<T>)

ChangeFeedProcessorBuilder使用手动检查点初始化用于更改源处理的 。

GetChangeFeedProcessorBuilderWithManualCheckpoint(String, Container+ChangeFeedStreamHandlerWithManualCheckpoint)

Source:
Container.cs

ChangeFeedProcessorBuilder使用手动检查点初始化用于更改源处理的 。

public abstract Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedProcessorBuilderWithManualCheckpoint (string processorName, Microsoft.Azure.Cosmos.Container.ChangeFeedStreamHandlerWithManualCheckpoint onChangesDelegate);
abstract member GetChangeFeedProcessorBuilderWithManualCheckpoint : string * Microsoft.Azure.Cosmos.Container.ChangeFeedStreamHandlerWithManualCheckpoint -> Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder
Public MustOverride Function GetChangeFeedProcessorBuilderWithManualCheckpoint (processorName As String, onChangesDelegate As Container.ChangeFeedStreamHandlerWithManualCheckpoint) As ChangeFeedProcessorBuilder

参数

processorName
String

标识处理器及其将执行的特定工作的名称。

onChangesDelegate
Container.ChangeFeedStreamHandlerWithManualCheckpoint

委托以接收更改。

返回

的一个实例。ChangeFeedProcessorBuilder

适用于

GetChangeFeedProcessorBuilderWithManualCheckpoint<T>(String, Container.ChangeFeedHandlerWithManualCheckpoint<T>)

Source:
Container.cs

ChangeFeedProcessorBuilder使用手动检查点初始化用于更改源处理的 。

public abstract Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedProcessorBuilderWithManualCheckpoint<T> (string processorName, Microsoft.Azure.Cosmos.Container.ChangeFeedHandlerWithManualCheckpoint<T> onChangesDelegate);
abstract member GetChangeFeedProcessorBuilderWithManualCheckpoint : string * Microsoft.Azure.Cosmos.Container.ChangeFeedHandlerWithManualCheckpoint<'T> -> Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder
Public MustOverride Function GetChangeFeedProcessorBuilderWithManualCheckpoint(Of T) (processorName As String, onChangesDelegate As Container.ChangeFeedHandlerWithManualCheckpoint(Of T)) As ChangeFeedProcessorBuilder

类型参数

T

参数

processorName
String

标识处理器及其将执行的特定工作的名称。

onChangesDelegate
Container.ChangeFeedHandlerWithManualCheckpoint<T>

委托以接收更改。

返回

的一个实例。ChangeFeedProcessorBuilder

适用于