C# Class CSMongo.Results.FSyncResult

Information about the result of a FSync command
Inheritance: MethodResult
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
FSyncResult ( BsonObject document ) : System

The information returned when calling the FSync command

Method Details

FSyncResult() public method

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