Наследование: AutomationMessageContent
Пример #1
0
        public string ReportJobStatus(JobCompleted jcm)
        {
            AutomationMessage m = new AutomationMessage(jcm);

            return(Send(m));
        }
Пример #2
0
 public string ReportJobStatus(JobCompleted jcm)
 {
     AutomationMessage m = new AutomationMessage(jcm);
     return Send(m);
 }