Beispiel #1
0
 public AxlNetClient.StandardResponse applyGatekeeper(AxlNetClient.NameAndGUIDRequest applyGatekeeper1)
 {
     AxlNetClient.applyGatekeeperRequest inValue = new AxlNetClient.applyGatekeeperRequest();
     inValue.applyGatekeeper = applyGatekeeper1;
     AxlNetClient.applyGatekeeperResponse retVal = ((AxlNetClient.AXLPort31)(this)).applyGatekeeper(inValue);
     return(retVal.applyGatekeeperResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.applyGatekeeperResponse> applyGatekeeperAsync(AxlNetClient.NameAndGUIDRequest applyGatekeeper)
 {
     AxlNetClient.applyGatekeeperRequest inValue = new AxlNetClient.applyGatekeeperRequest();
     inValue.applyGatekeeper = applyGatekeeper;
     return(((AxlNetClient.AXLPort31)(this)).applyGatekeeperAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.applyGatekeeperResponse> AxlNetClient.AXLPort31.applyGatekeeperAsync(AxlNetClient.applyGatekeeperRequest request)
 {
     return(base.Channel.applyGatekeeperAsync(request));
 }
Beispiel #4
0
 AxlNetClient.applyGatekeeperResponse AxlNetClient.AXLPort31.applyGatekeeper(AxlNetClient.applyGatekeeperRequest request)
 {
     return(base.Channel.applyGatekeeper(request));
 }