Interface IChangeStreamCursor

| MongoDB CSharp Driver API Reference (original) (raw)

Represents an asynchronous cursor for change stream.

public interface IChangeStreamCursor<out TDocument> : IAsyncCursor<TDocument>, IDisposable