Esempio n. 1
0
 public AxlNetClient.StandardResponse addGatekeeper(AxlNetClient.AddGatekeeperReq addGatekeeper1)
 {
     AxlNetClient.addGatekeeperRequest inValue = new AxlNetClient.addGatekeeperRequest();
     inValue.addGatekeeper = addGatekeeper1;
     AxlNetClient.addGatekeeperResponse retVal = ((AxlNetClient.AXLPort30)(this)).addGatekeeper(inValue);
     return(retVal.addGatekeeperResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addGatekeeperResponse> addGatekeeperAsync(AxlNetClient.AddGatekeeperReq addGatekeeper)
 {
     AxlNetClient.addGatekeeperRequest inValue = new AxlNetClient.addGatekeeperRequest();
     inValue.addGatekeeper = addGatekeeper;
     return(((AxlNetClient.AXLPort30)(this)).addGatekeeperAsync(inValue));
 }
Esempio n. 3
0
 public System.Threading.Tasks.Task <AxlNetClient.addGatekeeperResponse> addGatekeeperAsync(AxlNetClient.AddGatekeeperReq addGatekeeper)
 {
     return(axlPortClient30.addGatekeeperAsync(addGatekeeper));
 }
Esempio n. 4
0
 public AxlNetClient.StandardResponse addGatekeeper(AxlNetClient.AddGatekeeperReq addGatekeeper1)
 {
     return(axlPortClient30.addGatekeeper(addGatekeeper1));
 }