CSMongo.MongoAdminDatabase.GetOpTime C# (CSharp) Method

GetOpTime() public method

Returns the OpTime value from the server
public GetOpTime ( ) : GetOpTimeResult
return CSMongo.Results.GetOpTimeResult
        public GetOpTimeResult GetOpTime()
        {
            return MongoDatabaseCommands.GetOpTime(this._Database);
        }