Exemple #1
0
 public string QueryProcessStatus(out WebView.OSPHandoverServices.Error error, int processId)
 {
     return(base.Channel.QueryProcessStatus(out error, processId));
 }
Exemple #2
0
 public int CreateProcess(out WebView.OSPHandoverServices.Error error, string nepsJobId)
 {
     return(base.Channel.CreateProcess(out error, nepsJobId));
 }