public PotentialRedundancyAlertByRemoteServer(DatabaseAlertInfoTable <DatabasePotentialOneCopyAlert> potentialOneCopyAlert) : base(string.Empty, Guid.Empty)
 {
     this.m_potentialOneCopyAlert = potentialOneCopyAlert;
 }
Esempio n. 2
0
 // Token: 0x0600140D RID: 5133 RVA: 0x00050F99 File Offset: 0x0004F199
 public ServerLevelDatabaseRedundancyAlert(string serverName, Guid serverGuid, DatabaseAlertInfoTable <DatabaseRedundancyAlert> oneCopyAlerts) : base(serverName, serverGuid)
 {
     this.m_oneCopyAlerts = oneCopyAlerts;
 }
Esempio n. 3
0
 public ServerLevelDatabaseStaleStatusAlert(string serverName, Guid serverGuid, DatabaseAlertInfoTable <DatabaseStaleStatusAlert> staleAlerts) : base(serverName, serverGuid)
 {
     this.m_staleAlerts = staleAlerts;
 }