示例#1
0
 public AxlNetClient.StandardResponse restartGatekeeper(AxlNetClient.NameAndGUIDRequest restartGatekeeper1)
 {
     AxlNetClient.restartGatekeeperRequest inValue = new AxlNetClient.restartGatekeeperRequest();
     inValue.restartGatekeeper = restartGatekeeper1;
     AxlNetClient.restartGatekeeperResponse retVal = ((AxlNetClient.AXLPort31)(this)).restartGatekeeper(inValue);
     return(retVal.restartGatekeeperResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.restartGatekeeperResponse> restartGatekeeperAsync(AxlNetClient.NameAndGUIDRequest restartGatekeeper)
 {
     AxlNetClient.restartGatekeeperRequest inValue = new AxlNetClient.restartGatekeeperRequest();
     inValue.restartGatekeeper = restartGatekeeper;
     return(((AxlNetClient.AXLPort31)(this)).restartGatekeeperAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.restartGatekeeperResponse> AxlNetClient.AXLPort31.restartGatekeeperAsync(AxlNetClient.restartGatekeeperRequest request)
 {
     return(base.Channel.restartGatekeeperAsync(request));
 }
示例#4
0
 AxlNetClient.restartGatekeeperResponse AxlNetClient.AXLPort31.restartGatekeeper(AxlNetClient.restartGatekeeperRequest request)
 {
     return(base.Channel.restartGatekeeper(request));
 }