public void RecordAlerting(AlertingHistory alert)
        {
            var log_ls_collection = MongoDataBase.GetCollection <AlertingHistory>();

            log_ls_collection.InsertOneAsync(alert);
        }
Esempio n. 2
0
 public void RecordAlerting(AlertingHistory ah)
 {
     throw new NotImplementedException();
 }