Interface IChangeStreamCursor<TDocument>
Represents an asynchronous cursor for change stream.
public interface IChangeStreamCursor<out TDocument> : IAsyncCursor<TDocument>, IDisposable
  Type Parameters
TDocumentThe type of the document.
- Inherited Members
 
- Extension Methods
 
Methods
- GetResumeToken()
 Gets the resume token.