CSMongo.MongoAdminDatabase.ResetErrors C# (CSharp) Method

ResetErrors() public method

Clears any errors from the server
public ResetErrors ( ) : MethodResult
return CSMongo.Results.MethodResult
        public MethodResult ResetErrors()
        {
            return MongoDatabaseCommands.ResetErrors(this._Database);
        }