Beispiel #1
0
 public string traceStolenProducts(string args0)
 {
     CarFacilityClient.ICarService.traceStolenProductsRequest inValue = new CarFacilityClient.ICarService.traceStolenProductsRequest();
     inValue.args0 = args0;
     CarFacilityClient.ICarService.traceStolenProductsResponse retVal = ((CarFacilityClient.ICarService.ICarServicePortType)(this)).traceStolenProducts(inValue);
     return(retVal.@return);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <CarFacilityClient.ICarService.traceStolenProductsResponse> traceStolenProductsAsync(string args0)
 {
     CarFacilityClient.ICarService.traceStolenProductsRequest inValue = new CarFacilityClient.ICarService.traceStolenProductsRequest();
     inValue.args0 = args0;
     return(((CarFacilityClient.ICarService.ICarServicePortType)(this)).traceStolenProductsAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <CarFacilityClient.ICarService.traceStolenProductsResponse> CarFacilityClient.ICarService.ICarServicePortType.traceStolenProductsAsync(CarFacilityClient.ICarService.traceStolenProductsRequest request)
 {
     return(base.Channel.traceStolenProductsAsync(request));
 }
Beispiel #4
0
 CarFacilityClient.ICarService.traceStolenProductsResponse CarFacilityClient.ICarService.ICarServicePortType.traceStolenProducts(CarFacilityClient.ICarService.traceStolenProductsRequest request)
 {
     return(base.Channel.traceStolenProducts(request));
 }