Пример #1
0
 public System.Threading.Tasks.Task <PASClient.PASService.getClassificationResponse> getClassificationAsync(string arg0)
 {
     PASClient.PASService.getClassificationRequest inValue = new PASClient.PASService.getClassificationRequest();
     inValue.Body      = new PASClient.PASService.getClassificationRequestBody();
     inValue.Body.arg0 = arg0;
     return(((PASClient.PASService.IFileHandlerSEI)(this)).getClassificationAsync(inValue));
 }
Пример #2
0
 public byte[] getClassification(string arg0)
 {
     PASClient.PASService.getClassificationRequest inValue = new PASClient.PASService.getClassificationRequest();
     inValue.Body      = new PASClient.PASService.getClassificationRequestBody();
     inValue.Body.arg0 = arg0;
     PASClient.PASService.getClassificationResponse retVal = ((PASClient.PASService.IFileHandlerSEI)(this)).getClassification(inValue);
     return(retVal.Body.@return);
 }
Пример #3
0
 System.Threading.Tasks.Task <PASClient.PASService.getClassificationResponse> PASClient.PASService.IFileHandlerSEI.getClassificationAsync(PASClient.PASService.getClassificationRequest request)
 {
     return(base.Channel.getClassificationAsync(request));
 }
Пример #4
0
 PASClient.PASService.getClassificationResponse PASClient.PASService.IFileHandlerSEI.getClassification(PASClient.PASService.getClassificationRequest request)
 {
     return(base.Channel.getClassification(request));
 }