Exemple #1
0
 public System.Threading.Tasks.Task <WindowsFormsTest.ServiceReference1.UpdateInterfaceRealtimeInfoWithExceptionServiceResponse> UpdateInterfaceRealtimeInfoWithExceptionServiceAsync(string interfaceName, string applicationName, string server, int stateCode, string exceptionInfo)
 {
     WindowsFormsTest.ServiceReference1.UpdateInterfaceRealtimeInfoWithExceptionServiceRequest inValue = new WindowsFormsTest.ServiceReference1.UpdateInterfaceRealtimeInfoWithExceptionServiceRequest();
     inValue.Body = new WindowsFormsTest.ServiceReference1.UpdateInterfaceRealtimeInfoWithExceptionServiceRequestBody();
     inValue.Body.interfaceName   = interfaceName;
     inValue.Body.applicationName = applicationName;
     inValue.Body.server          = server;
     inValue.Body.stateCode       = stateCode;
     inValue.Body.exceptionInfo   = exceptionInfo;
     return(((WindowsFormsTest.ServiceReference1.WebService1Soap)(this)).UpdateInterfaceRealtimeInfoWithExceptionServiceAsync(inValue));
 }
Exemple #2
0
 public void UpdateInterfaceRealtimeInfoWithExceptionService(string interfaceName, string applicationName, string server, int stateCode, string exceptionInfo)
 {
     WindowsFormsTest.ServiceReference1.UpdateInterfaceRealtimeInfoWithExceptionServiceRequest inValue = new WindowsFormsTest.ServiceReference1.UpdateInterfaceRealtimeInfoWithExceptionServiceRequest();
     inValue.Body = new WindowsFormsTest.ServiceReference1.UpdateInterfaceRealtimeInfoWithExceptionServiceRequestBody();
     inValue.Body.interfaceName   = interfaceName;
     inValue.Body.applicationName = applicationName;
     inValue.Body.server          = server;
     inValue.Body.stateCode       = stateCode;
     inValue.Body.exceptionInfo   = exceptionInfo;
     WindowsFormsTest.ServiceReference1.UpdateInterfaceRealtimeInfoWithExceptionServiceResponse retVal = ((WindowsFormsTest.ServiceReference1.WebService1Soap)(this)).UpdateInterfaceRealtimeInfoWithExceptionService(inValue);
 }
Exemple #3
0
 System.Threading.Tasks.Task <WindowsFormsTest.ServiceReference1.UpdateInterfaceRealtimeInfoWithExceptionServiceResponse> WindowsFormsTest.ServiceReference1.WebService1Soap.UpdateInterfaceRealtimeInfoWithExceptionServiceAsync(WindowsFormsTest.ServiceReference1.UpdateInterfaceRealtimeInfoWithExceptionServiceRequest request)
 {
     return(base.Channel.UpdateInterfaceRealtimeInfoWithExceptionServiceAsync(request));
 }
Exemple #4
0
 WindowsFormsTest.ServiceReference1.UpdateInterfaceRealtimeInfoWithExceptionServiceResponse WindowsFormsTest.ServiceReference1.WebService1Soap.UpdateInterfaceRealtimeInfoWithExceptionService(WindowsFormsTest.ServiceReference1.UpdateInterfaceRealtimeInfoWithExceptionServiceRequest request)
 {
     return(base.Channel.UpdateInterfaceRealtimeInfoWithExceptionService(request));
 }