Class ChangeFeedProcessor
Provides an API to start and stop a ChangeFeedProcessor instance created by Build().
public abstract class ChangeFeedProcessor
- Inheritance
-
ChangeFeedProcessor
- Inherited Members
- Extension Methods
Constructors
ChangeFeedProcessor()
protected ChangeFeedProcessor()
Methods
StartAsync()
Start listening for changes.
public abstract Task StartAsync()
Returns
StopAsync()
Stops listening for changes.
public abstract Task StopAsync()