Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Lab1.ISWebService.CountByResolutionResponse> CountByResolutionAsync(string _resolution)
 {
     Lab1.ISWebService.CountByResolutionRequest inValue = new Lab1.ISWebService.CountByResolutionRequest();
     inValue.Body             = new Lab1.ISWebService.CountByResolutionRequestBody();
     inValue.Body._resolution = _resolution;
     return(((Lab1.ISWebService.ISWebServiceSoap)(this)).CountByResolutionAsync(inValue));
 }
Ejemplo n.º 2
0
 public int CountByResolution(string _resolution)
 {
     Lab1.ISWebService.CountByResolutionRequest inValue = new Lab1.ISWebService.CountByResolutionRequest();
     inValue.Body             = new Lab1.ISWebService.CountByResolutionRequestBody();
     inValue.Body._resolution = _resolution;
     Lab1.ISWebService.CountByResolutionResponse retVal = ((Lab1.ISWebService.ISWebServiceSoap)(this)).CountByResolution(inValue);
     return(retVal.Body.CountByResolutionResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <Lab1.ISWebService.CountByResolutionResponse> Lab1.ISWebService.ISWebServiceSoap.CountByResolutionAsync(Lab1.ISWebService.CountByResolutionRequest request)
 {
     return(base.Channel.CountByResolutionAsync(request));
 }
Ejemplo n.º 4
0
 Lab1.ISWebService.CountByResolutionResponse Lab1.ISWebService.ISWebServiceSoap.CountByResolution(Lab1.ISWebService.CountByResolutionRequest request)
 {
     return(base.Channel.CountByResolution(request));
 }