Пример #1
0
 public System.Threading.Tasks.Task <ITI.GateIn.Console.UI.GateService.UpdateContInOutGateOutResponse> UpdateContInOutGateOutAsync(long id, string location)
 {
     ITI.GateIn.Console.UI.GateService.UpdateContInOutGateOutRequest inValue = new ITI.GateIn.Console.UI.GateService.UpdateContInOutGateOutRequest();
     inValue.Body          = new ITI.GateIn.Console.UI.GateService.UpdateContInOutGateOutRequestBody();
     inValue.Body.id       = id;
     inValue.Body.location = location;
     return(((ITI.GateIn.Console.UI.GateService.GateServicesSoap)(this)).UpdateContInOutGateOutAsync(inValue));
 }
Пример #2
0
 public bool UpdateContInOutGateOut(long id, string location)
 {
     ITI.GateIn.Console.UI.GateService.UpdateContInOutGateOutRequest inValue = new ITI.GateIn.Console.UI.GateService.UpdateContInOutGateOutRequest();
     inValue.Body          = new ITI.GateIn.Console.UI.GateService.UpdateContInOutGateOutRequestBody();
     inValue.Body.id       = id;
     inValue.Body.location = location;
     ITI.GateIn.Console.UI.GateService.UpdateContInOutGateOutResponse retVal = ((ITI.GateIn.Console.UI.GateService.GateServicesSoap)(this)).UpdateContInOutGateOut(inValue);
     return(retVal.Body.UpdateContInOutGateOutResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <ITI.GateIn.Console.UI.GateService.UpdateContInOutGateOutResponse> ITI.GateIn.Console.UI.GateService.GateServicesSoap.UpdateContInOutGateOutAsync(ITI.GateIn.Console.UI.GateService.UpdateContInOutGateOutRequest request)
 {
     return(base.Channel.UpdateContInOutGateOutAsync(request));
 }
Пример #4
0
 ITI.GateIn.Console.UI.GateService.UpdateContInOutGateOutResponse ITI.GateIn.Console.UI.GateService.GateServicesSoap.UpdateContInOutGateOut(ITI.GateIn.Console.UI.GateService.UpdateContInOutGateOutRequest request)
 {
     return(base.Channel.UpdateContInOutGateOut(request));
 }