Search documentationEsc

IChangeFeedService

Allows for change feed monitoring.

Namespace: Microsoft.Azure.CosmosRepository.ChangeFeed
Kind: interface

Allows for change feed monitoring.

public interface IChangeFeedService

Example

Members

Methods

IChangeFeedService.StartAsync(CancellationToken)

Starts all configured change feed processors.

Task StartAsync(CancellationToken cancellationToken)

Parameters

NameTypeDescription
cancellationTokenCancellationToken

ReturnsTask

IChangeFeedService.StopAsync()

Stops all configured change feed processors.

Task StopAsync()

ReturnsTask