public System.Threading.Tasks.Task <ITI.GateIn.Console.UI.GateService.UpdateContInOutGateInResponse> UpdateContInOutGateInAsync(long id, string location) { ITI.GateIn.Console.UI.GateService.UpdateContInOutGateInRequest inValue = new ITI.GateIn.Console.UI.GateService.UpdateContInOutGateInRequest(); inValue.Body = new ITI.GateIn.Console.UI.GateService.UpdateContInOutGateInRequestBody(); inValue.Body.id = id; inValue.Body.location = location; return(((ITI.GateIn.Console.UI.GateService.GateServicesSoap)(this)).UpdateContInOutGateInAsync(inValue)); }
public bool UpdateContInOutGateIn(long id, string location) { ITI.GateIn.Console.UI.GateService.UpdateContInOutGateInRequest inValue = new ITI.GateIn.Console.UI.GateService.UpdateContInOutGateInRequest(); inValue.Body = new ITI.GateIn.Console.UI.GateService.UpdateContInOutGateInRequestBody(); inValue.Body.id = id; inValue.Body.location = location; ITI.GateIn.Console.UI.GateService.UpdateContInOutGateInResponse retVal = ((ITI.GateIn.Console.UI.GateService.GateServicesSoap)(this)).UpdateContInOutGateIn(inValue); return(retVal.Body.UpdateContInOutGateInResult); }
System.Threading.Tasks.Task <ITI.GateIn.Console.UI.GateService.UpdateContInOutGateInResponse> ITI.GateIn.Console.UI.GateService.GateServicesSoap.UpdateContInOutGateInAsync(ITI.GateIn.Console.UI.GateService.UpdateContInOutGateInRequest request) { return(base.Channel.UpdateContInOutGateInAsync(request)); }
ITI.GateIn.Console.UI.GateService.UpdateContInOutGateInResponse ITI.GateIn.Console.UI.GateService.GateServicesSoap.UpdateContInOutGateIn(ITI.GateIn.Console.UI.GateService.UpdateContInOutGateInRequest request) { return(base.Channel.UpdateContInOutGateIn(request)); }