public PotentialRedundancyAlertByRemoteServer(DatabaseAlertInfoTable <DatabasePotentialOneCopyAlert> potentialOneCopyAlert) : base(string.Empty, Guid.Empty) { this.m_potentialOneCopyAlert = potentialOneCopyAlert; }
// 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; }
public ServerLevelDatabaseStaleStatusAlert(string serverName, Guid serverGuid, DatabaseAlertInfoTable <DatabaseStaleStatusAlert> staleAlerts) : base(serverName, serverGuid) { this.m_staleAlerts = staleAlerts; }