C# Class CSMongo.Results.DeleteCollectionIndexResult

Details about the indexes deleted from a collection
Inheritance: MethodResult
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
DeleteCollectionIndexResult ( BsonObject document ) : System

The information returned when calling the FSync command

Method Details

DeleteCollectionIndexResult() public method

The information returned when calling the FSync command
public DeleteCollectionIndexResult ( BsonObject document ) : System
document BsonObject
return System