Click or drag to resize

MongoIndexManagerBase<TDocument>.DropOneAsync Method (IClientSessionHandle, String, CancellationToken)

Drops an index by its name.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public virtual Task DropOneAsync(
	IClientSessionHandle session,
	string name,
	CancellationToken cancellationToken = default
)

Parameters

session
Type: MongoDB.Driver.IClientSessionHandle
The session.
name
Type: System.String
The name.
cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.

Return Value

Type: Task
A task.

Implements

IMongoIndexManager<TDocument>.DropOneAsync(IClientSessionHandle, String, CancellationToken)
See Also