コード例 #1
0
        // Token: 0x06000691 RID: 1681 RVA: 0x0001FF30 File Offset: 0x0001E130
        private bool IsTotalQueueLengthLessThanMaxThreshold(ref LocalizedString error)
        {
            string dbName = this.DbName;
            RpcDatabaseCopyStatus2 copyStatus   = this.CopyStatus;
            AmServerName           targetServer = this.TargetServer;
            bool flag = AmBcsCopyValidation.IsTotalQueueLengthLessThanMaxThreshold(dbName, copyStatus, targetServer, ref error);

            if (!flag)
            {
                this.ReportCopyStatusFailure(AmBcsChecks.TotalQueueLengthMaxAllowed, error);
            }
            return(flag);
        }