コード例 #1
0
ファイル: BackupController.cs プロジェクト: ztcyun/AppServer
        [Read("getrestoreprogress", true)]  //NOTE: this method doesn't check payment!!!
        public BackupProgress GetRestoreProgress()
        {
            if (CoreBaseSettings.Standalone)
            {
                TenantExtra.DemandControlPanelPermission();
            }

            return(BackupHandler.GetRestoreProgress());
        }