public void RecordAlerting(AlertingHistory alert) { var log_ls_collection = MongoDataBase.GetCollection <AlertingHistory>(); log_ls_collection.InsertOneAsync(alert); }
public void RecordAlerting(AlertingHistory ah) { throw new NotImplementedException(); }