Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <PASClient.PASService.classifyResponse> classifyAsync(string arg0)
 {
     PASClient.PASService.classifyRequest inValue = new PASClient.PASService.classifyRequest();
     inValue.Body      = new PASClient.PASService.classifyRequestBody();
     inValue.Body.arg0 = arg0;
     return(((PASClient.PASService.IFileHandlerSEI)(this)).classifyAsync(inValue));
 }
Ejemplo n.º 2
0
 public void classify(string arg0)
 {
     PASClient.PASService.classifyRequest inValue = new PASClient.PASService.classifyRequest();
     inValue.Body      = new PASClient.PASService.classifyRequestBody();
     inValue.Body.arg0 = arg0;
     PASClient.PASService.classifyResponse retVal = ((PASClient.PASService.IFileHandlerSEI)(this)).classify(inValue);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <PASClient.PASService.classifyResponse> PASClient.PASService.IFileHandlerSEI.classifyAsync(PASClient.PASService.classifyRequest request)
 {
     return(base.Channel.classifyAsync(request));
 }
Ejemplo n.º 4
0
 PASClient.PASService.classifyResponse PASClient.PASService.IFileHandlerSEI.classify(PASClient.PASService.classifyRequest request)
 {
     return(base.Channel.classify(request));
 }