/// <summary>
 ///     Generates the message.
 /// </summary>
 /// <returns></returns>
 protected override bool GenerateMessage()
 {
     var analysisSet = new AnalysisSet();
     analysisSet.ProgressChanged += ExportAnalysisSetProgressChanged;
     analysisSet.ExportAnalysisSetDocuments(_jobParameter,WorkAssignment.JobId);
     return true;
 }
Example #2
0
        /// <summary>
        ///     Generates the message.
        /// </summary>
        /// <returns></returns>
        protected override bool GenerateMessage()
        {
            var analysisSet = new AnalysisSet();

            analysisSet.ProgressChanged += ExportAnalysisSetProgressChanged;
            analysisSet.ExportAnalysisSetDocuments(_jobParameter, WorkAssignment.JobId);
            return(true);
        }