Exemplo n.º 1
0
 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));
 }
Exemplo n.º 2
0
 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);
 }
Exemplo n.º 3
0
 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));
 }
Exemplo n.º 4
0
 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));
 }