Пример #1
0
 public System.Threading.Tasks.Task <HCQ2UI_Logic.ServiceReference1.serviceProxyResponse> serviceProxyAsync(string args0, string args1, string args2, string args3, string args4)
 {
     HCQ2UI_Logic.ServiceReference1.serviceProxyRequest inValue = new HCQ2UI_Logic.ServiceReference1.serviceProxyRequest();
     inValue.args0 = args0;
     inValue.args1 = args1;
     inValue.args2 = args2;
     inValue.args3 = args3;
     inValue.args4 = args4;
     return(((HCQ2UI_Logic.ServiceReference1.uddiPortType)(this)).serviceProxyAsync(inValue));
 }
Пример #2
0
 public string serviceProxy(string args0, string args1, string args2, string args3, string args4)
 {
     HCQ2UI_Logic.ServiceReference1.serviceProxyRequest inValue = new HCQ2UI_Logic.ServiceReference1.serviceProxyRequest();
     inValue.args0 = args0;
     inValue.args1 = args1;
     inValue.args2 = args2;
     inValue.args3 = args3;
     inValue.args4 = args4;
     HCQ2UI_Logic.ServiceReference1.serviceProxyResponse retVal = ((HCQ2UI_Logic.ServiceReference1.uddiPortType)(this)).serviceProxy(inValue);
     return(retVal.@return);
 }
Пример #3
0
 System.Threading.Tasks.Task <HCQ2UI_Logic.ServiceReference1.serviceProxyResponse> HCQ2UI_Logic.ServiceReference1.uddiPortType.serviceProxyAsync(HCQ2UI_Logic.ServiceReference1.serviceProxyRequest request)
 {
     return(base.Channel.serviceProxyAsync(request));
 }
Пример #4
0
 HCQ2UI_Logic.ServiceReference1.serviceProxyResponse HCQ2UI_Logic.ServiceReference1.uddiPortType.serviceProxy(HCQ2UI_Logic.ServiceReference1.serviceProxyRequest request)
 {
     return(base.Channel.serviceProxy(request));
 }