private void ClientOnJobStatus(object sender, WaitJobStatusEventArgs waitJobStatusEventArgs)
        {
            this.JobDetailsStatus = waitJobStatusEventArgs.JobDetails;
            EventHandler <WaitJobStatusEventArgs> handler = this.JobStatusEvent;

            if (handler != null)
            {
                handler(sender, waitJobStatusEventArgs);
            }
        }
Esempio n. 2
0
 private void ClientOnJobStatus(object sender, WaitJobStatusEventArgs waitJobStatusEventArgs)
 {
     this.JobDetailsStatus = waitJobStatusEventArgs.JobDetails;
 }
 private void ClientOnJobStatus(object sender, WaitJobStatusEventArgs waitJobStatusEventArgs)
 {
     this.JobDetailsStatus = waitJobStatusEventArgs.JobDetails;
 }