Beispiel #1
0
 public System.Threading.Tasks.Task <TradeInterface.ServiceReference.GetGroupNamesResponse> GetGroupNamesAsync(string userName)
 {
     TradeInterface.ServiceReference.GetGroupNamesRequest inValue = new TradeInterface.ServiceReference.GetGroupNamesRequest();
     inValue.Body          = new TradeInterface.ServiceReference.GetGroupNamesRequestBody();
     inValue.Body.userName = userName;
     return(((TradeInterface.ServiceReference.DataWebServiceSoap)(this)).GetGroupNamesAsync(inValue));
 }
Beispiel #2
0
 public string GetGroupNames(string userName)
 {
     TradeInterface.ServiceReference.GetGroupNamesRequest inValue = new TradeInterface.ServiceReference.GetGroupNamesRequest();
     inValue.Body          = new TradeInterface.ServiceReference.GetGroupNamesRequestBody();
     inValue.Body.userName = userName;
     TradeInterface.ServiceReference.GetGroupNamesResponse retVal = ((TradeInterface.ServiceReference.DataWebServiceSoap)(this)).GetGroupNames(inValue);
     return(retVal.Body.GetGroupNamesResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <TradeInterface.ServiceReference.GetGroupNamesResponse> TradeInterface.ServiceReference.DataWebServiceSoap.GetGroupNamesAsync(TradeInterface.ServiceReference.GetGroupNamesRequest request)
 {
     return(base.Channel.GetGroupNamesAsync(request));
 }
Beispiel #4
0
 TradeInterface.ServiceReference.GetGroupNamesResponse TradeInterface.ServiceReference.DataWebServiceSoap.GetGroupNames(TradeInterface.ServiceReference.GetGroupNamesRequest request)
 {
     return(base.Channel.GetGroupNames(request));
 }