コード例 #1
0
 public WatchShop.ProductService.Product[] GetAllProducts()
 {
     WatchShop.ProductService.GetAllProductsRequest inValue = new WatchShop.ProductService.GetAllProductsRequest();
     inValue.Body = new WatchShop.ProductService.GetAllProductsRequestBody();
     WatchShop.ProductService.GetAllProductsResponse retVal = ((WatchShop.ProductService.ProductServiceSoap)(this)).GetAllProducts(inValue);
     return(retVal.Body.GetAllProductsResult);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <WatchShop.ProductService.GetAllProductsResponse> GetAllProductsAsync()
 {
     WatchShop.ProductService.GetAllProductsRequest inValue = new WatchShop.ProductService.GetAllProductsRequest();
     inValue.Body = new WatchShop.ProductService.GetAllProductsRequestBody();
     return(((WatchShop.ProductService.ProductServiceSoap)(this)).GetAllProductsAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <WatchShop.ProductService.GetAllProductsResponse> WatchShop.ProductService.ProductServiceSoap.GetAllProductsAsync(WatchShop.ProductService.GetAllProductsRequest request)
 {
     return(base.Channel.GetAllProductsAsync(request));
 }
コード例 #4
0
 WatchShop.ProductService.GetAllProductsResponse WatchShop.ProductService.ProductServiceSoap.GetAllProducts(WatchShop.ProductService.GetAllProductsRequest request)
 {
     return(base.Channel.GetAllProducts(request));
 }