Example #1
0
 public int Inquire(string arg0)
 {
     WpfClientApp.Shopping.InquireRequest inValue = new WpfClientApp.Shopping.InquireRequest();
     inValue.arg0 = arg0;
     WpfClientApp.Shopping.InquireResponse retVal = ((WpfClientApp.Shopping.CustomerSupport)(this)).Inquire(inValue);
     return(retVal.@return);
 }
Example #2
0
 public System.Threading.Tasks.Task <WpfClientApp.Shopping.InquireResponse> InquireAsync(string arg0)
 {
     WpfClientApp.Shopping.InquireRequest inValue = new WpfClientApp.Shopping.InquireRequest();
     inValue.arg0 = arg0;
     return(((WpfClientApp.Shopping.CustomerSupport)(this)).InquireAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <WpfClientApp.Shopping.InquireResponse> WpfClientApp.Shopping.CustomerSupport.InquireAsync(WpfClientApp.Shopping.InquireRequest request)
 {
     return(base.Channel.InquireAsync(request));
 }
Example #4
0
 WpfClientApp.Shopping.InquireResponse WpfClientApp.Shopping.CustomerSupport.Inquire(WpfClientApp.Shopping.InquireRequest request)
 {
     return(base.Channel.Inquire(request));
 }