Click or drag to resize
GridFSBucketDeleteAsync Method (ObjectId, CancellationToken)
Deletes a file from GridFS.

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.1.0
Syntax
public Task DeleteAsync(
	ObjectId id,
	CancellationToken cancellationToken = null
)

Parameters

id
Type: MongoDB.BsonObjectId
The file id.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
A Task.

Implements

IGridFSBucketDeleteAsync(ObjectId, CancellationToken)
See Also