Method AnyAsync
AnyAsync<TDocument>(IAsyncCursorSource<TDocument>, CancellationToken)
Determines whether the cursor returned by a cursor source contains any documents.
public static Task<bool> AnyAsync<TDocument>(this IAsyncCursorSource<TDocument> source, CancellationToken cancellationToken = default)
Parameters
source
IAsyncCursorSource<TDocument>The source.
cancellationToken
CancellationTokenThe cancellation token.
Returns
Type Parameters
TDocument
The type of the document.