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.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax
public virtual Task DropOneAsync(
	IClientSessionHandle session,
	string name,
	CancellationToken cancellationToken = null
)

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