Пример #1
0
        } // end StageAsync()

        private void _DoStaging(IStageCallback stageCallback)
        {
            // Nothing to do except report that we're ready to run the command.
            // All timestamps should be UTC.
            UpdateStagingResult usr = new UpdateStagingResult(m_update, ResultCode.Succeeded, 0, DateTime.UtcNow);

            stageCallback.ReportStagingResult(usr);
        } // end _DoStaging()
        } // end StageAsync()


        private void _DoStaging( IStageCallback stageCallback )
        {
            // Nothing to do except report that we're ready to run the command.
            // All timestamps should be UTC.
            UpdateStagingResult usr = new UpdateStagingResult( m_update, ResultCode.Succeeded, 0, DateTime.UtcNow );
            stageCallback.ReportStagingResult( usr );
        } // end _DoStaging()