Click or drag to resize
IFindFluent<TDocument, TProjection>.CountAsync Method
Counts the number of documents.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
Task<long> CountAsync(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.

Return Value

Type: Task<Int64>
A Task whose result is the count.
See Also