Exemplo n.º 1
0
 public string RunWorkInit()
 {
     ServiceControl.MainServiceReference.RunWorkInitRequest inValue = new ServiceControl.MainServiceReference.RunWorkInitRequest();
     inValue.Body = new ServiceControl.MainServiceReference.RunWorkInitRequestBody();
     ServiceControl.MainServiceReference.RunWorkInitResponse retVal = ((ServiceControl.MainServiceReference.MainServiceSoap)(this)).RunWorkInit(inValue);
     return(retVal.Body.RunWorkInitResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <ServiceControl.MainServiceReference.RunWorkInitResponse> RunWorkInitAsync()
 {
     ServiceControl.MainServiceReference.RunWorkInitRequest inValue = new ServiceControl.MainServiceReference.RunWorkInitRequest();
     inValue.Body = new ServiceControl.MainServiceReference.RunWorkInitRequestBody();
     return(((ServiceControl.MainServiceReference.MainServiceSoap)(this)).RunWorkInitAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <ServiceControl.MainServiceReference.RunWorkInitResponse> ServiceControl.MainServiceReference.MainServiceSoap.RunWorkInitAsync(ServiceControl.MainServiceReference.RunWorkInitRequest request)
 {
     return(base.Channel.RunWorkInitAsync(request));
 }
Exemplo n.º 4
0
 ServiceControl.MainServiceReference.RunWorkInitResponse ServiceControl.MainServiceReference.MainServiceSoap.RunWorkInit(ServiceControl.MainServiceReference.RunWorkInitRequest request)
 {
     return(base.Channel.RunWorkInit(request));
 }