Inheritance: AutomationMessageContent
Ejemplo n.º 1
0
        public string ReportJobStatus(JobCompleted jcm)
        {
            AutomationMessage m = new AutomationMessage(jcm);

            return(Send(m));
        }
Ejemplo n.º 2
0
 public string ReportJobStatus(JobCompleted jcm)
 {
     AutomationMessage m = new AutomationMessage(jcm);
     return Send(m);
 }