Exemple #1
0
 public AxlNetClient.StandardResponse removeGatekeeper(AxlNetClient.NameAndGUIDRequest removeGatekeeper1)
 {
     AxlNetClient.removeGatekeeperRequest inValue = new AxlNetClient.removeGatekeeperRequest();
     inValue.removeGatekeeper = removeGatekeeper1;
     AxlNetClient.removeGatekeeperResponse retVal = ((AxlNetClient.AXLPort31)(this)).removeGatekeeper(inValue);
     return(retVal.removeGatekeeperResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeGatekeeperResponse> removeGatekeeperAsync(AxlNetClient.NameAndGUIDRequest removeGatekeeper)
 {
     AxlNetClient.removeGatekeeperRequest inValue = new AxlNetClient.removeGatekeeperRequest();
     inValue.removeGatekeeper = removeGatekeeper;
     return(((AxlNetClient.AXLPort31)(this)).removeGatekeeperAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeGatekeeperResponse> AxlNetClient.AXLPort31.removeGatekeeperAsync(AxlNetClient.removeGatekeeperRequest request)
 {
     return(base.Channel.removeGatekeeperAsync(request));
 }
Exemple #4
0
 AxlNetClient.removeGatekeeperResponse AxlNetClient.AXLPort31.removeGatekeeper(AxlNetClient.removeGatekeeperRequest request)
 {
     return(base.Channel.removeGatekeeper(request));
 }