コード例 #1
0
        // Token: 0x0600068F RID: 1679 RVA: 0x0001FE8C File Offset: 0x0001E08C
        private bool IsCopyQueueLengthAcceptable(ref LocalizedString error)
        {
            string dbName = this.DbName;
            RpcDatabaseCopyStatus2 copyStatus   = this.CopyStatus;
            AmServerName           targetServer = this.TargetServer;
            bool flag = AmBcsCopyValidation.IsRealCopyQueueLengthAcceptable(dbName, copyStatus, 10, targetServer, ref error);

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