예제 #1
0
 public ServiceControl.MainServiceReference.WorkItem GetWork()
 {
     ServiceControl.MainServiceReference.GetWorkRequest inValue = new ServiceControl.MainServiceReference.GetWorkRequest();
     inValue.Body = new ServiceControl.MainServiceReference.GetWorkRequestBody();
     ServiceControl.MainServiceReference.GetWorkResponse retVal = ((ServiceControl.MainServiceReference.MainServiceSoap)(this)).GetWork(inValue);
     return(retVal.Body.GetWorkResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <ServiceControl.MainServiceReference.GetWorkResponse> GetWorkAsync()
 {
     ServiceControl.MainServiceReference.GetWorkRequest inValue = new ServiceControl.MainServiceReference.GetWorkRequest();
     inValue.Body = new ServiceControl.MainServiceReference.GetWorkRequestBody();
     return(((ServiceControl.MainServiceReference.MainServiceSoap)(this)).GetWorkAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <ServiceControl.MainServiceReference.GetWorkResponse> ServiceControl.MainServiceReference.MainServiceSoap.GetWorkAsync(ServiceControl.MainServiceReference.GetWorkRequest request)
 {
     return(base.Channel.GetWorkAsync(request));
 }
예제 #4
0
 ServiceControl.MainServiceReference.GetWorkResponse ServiceControl.MainServiceReference.MainServiceSoap.GetWork(ServiceControl.MainServiceReference.GetWorkRequest request)
 {
     return(base.Channel.GetWork(request));
 }