Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse updateGatekeeper(AxlNetClient.UpdateGatekeeperReq updateGatekeeper1)
 {
     AxlNetClient.updateGatekeeperRequest inValue = new AxlNetClient.updateGatekeeperRequest();
     inValue.updateGatekeeper = updateGatekeeper1;
     AxlNetClient.updateGatekeeperResponse retVal = ((AxlNetClient.AXLPort30)(this)).updateGatekeeper(inValue);
     return(retVal.updateGatekeeperResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateGatekeeperResponse> updateGatekeeperAsync(AxlNetClient.UpdateGatekeeperReq updateGatekeeper)
 {
     AxlNetClient.updateGatekeeperRequest inValue = new AxlNetClient.updateGatekeeperRequest();
     inValue.updateGatekeeper = updateGatekeeper;
     return(((AxlNetClient.AXLPort30)(this)).updateGatekeeperAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateGatekeeperResponse> AxlNetClient.AXLPort30.updateGatekeeperAsync(AxlNetClient.updateGatekeeperRequest request)
 {
     return(base.Channel.updateGatekeeperAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.updateGatekeeperResponse AxlNetClient.AXLPort30.updateGatekeeper(AxlNetClient.updateGatekeeperRequest request)
 {
     return(base.Channel.updateGatekeeper(request));
 }