Beispiel #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);
 }
Beispiel #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));
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateGatekeeperResponse> updateGatekeeperAsync(AxlNetClient.UpdateGatekeeperReq updateGatekeeper)
 {
     return(axlPortClient30.updateGatekeeperAsync(updateGatekeeper));
 }
Beispiel #4
0
 public AxlNetClient.StandardResponse updateGatekeeper(AxlNetClient.UpdateGatekeeperReq updateGatekeeper1)
 {
     return(axlPortClient30.updateGatekeeper(updateGatekeeper1));
 }