Exemplo n.º 1
0
 public System.Threading.Tasks.Task <web.stockService.GetStocksResponse> GetStocksAsync(string userGuid)
 {
     web.stockService.GetStocksRequest inValue = new web.stockService.GetStocksRequest();
     inValue.Body          = new web.stockService.GetStocksRequestBody();
     inValue.Body.userGuid = userGuid;
     return(((web.stockService.StockExchangeSoap)(this)).GetStocksAsync(inValue));
 }
Exemplo n.º 2
0
 public web.stockService.ArrayOfS_stocks GetStocks(string userGuid)
 {
     web.stockService.GetStocksRequest inValue = new web.stockService.GetStocksRequest();
     inValue.Body          = new web.stockService.GetStocksRequestBody();
     inValue.Body.userGuid = userGuid;
     web.stockService.GetStocksResponse retVal = ((web.stockService.StockExchangeSoap)(this)).GetStocks(inValue);
     return(retVal.Body.GetStocksResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <web.stockService.GetStocksResponse> web.stockService.StockExchangeSoap.GetStocksAsync(web.stockService.GetStocksRequest request)
 {
     return(base.Channel.GetStocksAsync(request));
 }
Exemplo n.º 4
0
 web.stockService.GetStocksResponse web.stockService.StockExchangeSoap.GetStocks(web.stockService.GetStocksRequest request)
 {
     return(base.Channel.GetStocks(request));
 }