Beispiel #1
0
 public string systemtime()
 {
     WSClient.ServiceReference1.systemtimeRequest inValue = new WSClient.ServiceReference1.systemtimeRequest();
     inValue.Body = new WSClient.ServiceReference1.systemtimeRequestBody();
     WSClient.ServiceReference1.systemtimeResponse retVal = ((WSClient.ServiceReference1.WebService1Soap)(this)).systemtime(inValue);
     return(retVal.Body.systemtimeResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <WSClient.ServiceReference1.systemtimeResponse> systemtimeAsync()
 {
     WSClient.ServiceReference1.systemtimeRequest inValue = new WSClient.ServiceReference1.systemtimeRequest();
     inValue.Body = new WSClient.ServiceReference1.systemtimeRequestBody();
     return(((WSClient.ServiceReference1.WebService1Soap)(this)).systemtimeAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <WSClient.ServiceReference1.systemtimeResponse> WSClient.ServiceReference1.WebService1Soap.systemtimeAsync(WSClient.ServiceReference1.systemtimeRequest request)
 {
     return(base.Channel.systemtimeAsync(request));
 }
Beispiel #4
0
 WSClient.ServiceReference1.systemtimeResponse WSClient.ServiceReference1.WebService1Soap.systemtime(WSClient.ServiceReference1.systemtimeRequest request)
 {
     return(base.Channel.systemtime(request));
 }