你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Container.GetChangeFeedProcessorBuilderWithManualCheckpoint 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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