C# Class CSMongo.Results.GetOpTimeResult

Returns the OpTime result from the database
Inheritance: MethodResult
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
GetOpTimeResult ( BsonObject document ) : System

The information returned when calling the FSync command

Method Details

GetOpTimeResult() public method

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