private void ClientOnJobStatus(object sender, WaitJobStatusEventArgs waitJobStatusEventArgs)
 {
     this.JobDetailsStatus = waitJobStatusEventArgs.JobDetails;
 }
Exemplo n.º 2
0
 internal void RaiseJobStatusEvent(object sender, WaitJobStatusEventArgs e)
 {
 }