// Token: 0x06000137 RID: 311 RVA: 0x00007738 File Offset: 0x00005938 private void Initialize(AmRole role, IAmDbState dbState, AmDagConfig dagCfg, string lastError) { this.Role = role; this.DbState = dbState; this.DagConfig = dagCfg; this.LastError = lastError; this.TimeCreated = ExDateTime.Now; this.TimeRoleLastChanged = this.TimeCreated; this.PeriodicEventWatch = new Stopwatch(); this.PeriodicEventWatch.Start(); this.IsUnknownTriggeredByADError = false; this.IsCurrentConfiguration = true; this.IsInternalObjectsDisposed = false; }
// Token: 0x0600011A RID: 282 RVA: 0x00007509 File Offset: 0x00005709 internal AmConfig(AmRole role, IAmDbState dbState, AmDagConfig dagCfg, string lastError) { this.Initialize(role, dbState, dagCfg, lastError); }