C# Class CSMongo.Results.GetNonceResult

The result when getting a nonce value for a database login
Inheritance: MethodResult
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
GetNonceResult ( BsonObject document ) : System

The information returned when calling the FSync command

Method Details

GetNonceResult() public method

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