コード例 #1
0
        // Token: 0x06001566 RID: 5478 RVA: 0x000555F4 File Offset: 0x000537F4
        public bool ReportSuccess(TKey key, TimeSpan suppressDuration)
        {
            TransientErrorInfo existingOrNewErrorInfo = this.GetExistingOrNewErrorInfo(key);

            return(existingOrNewErrorInfo.ReportSuccess(suppressDuration));
        }
コード例 #2
0
        // Token: 0x06001565 RID: 5477 RVA: 0x000555D8 File Offset: 0x000537D8
        public void ReportSuccess(TKey key)
        {
            TransientErrorInfo existingOrNewErrorInfo = this.GetExistingOrNewErrorInfo(key);

            existingOrNewErrorInfo.ReportSuccess();
        }