Table of Contents

Interface IChangeStreamCursor<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Represents an asynchronous cursor for change stream.

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

Type Parameters

TDocument

The type of the document.

Inherited Members
Extension Methods

Methods

GetResumeToken()

Gets the resume token.