示例#1
0
 public AxlNetClient.ListGatekeeperRes listGatekeeper(AxlNetClient.ListGatekeeperReq listGatekeeper1)
 {
     AxlNetClient.listGatekeeperRequest inValue = new AxlNetClient.listGatekeeperRequest();
     inValue.listGatekeeper = listGatekeeper1;
     AxlNetClient.listGatekeeperResponse retVal = ((AxlNetClient.AXLPort31)(this)).listGatekeeper(inValue);
     return(retVal.listGatekeeperResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.listGatekeeperResponse> listGatekeeperAsync(AxlNetClient.ListGatekeeperReq listGatekeeper)
 {
     return(axlPortClient31.listGatekeeperAsync(listGatekeeper));
 }
示例#3
0
 public AxlNetClient.ListGatekeeperRes listGatekeeper(AxlNetClient.ListGatekeeperReq listGatekeeper1)
 {
     return(axlPortClient31.listGatekeeper(listGatekeeper1));
 }
示例#4
0
 public System.Threading.Tasks.Task <AxlNetClient.listGatekeeperResponse> listGatekeeperAsync(AxlNetClient.ListGatekeeperReq listGatekeeper)
 {
     AxlNetClient.listGatekeeperRequest inValue = new AxlNetClient.listGatekeeperRequest();
     inValue.listGatekeeper = listGatekeeper;
     return(((AxlNetClient.AXLPort31)(this)).listGatekeeperAsync(inValue));
 }