Exemplo n.º 1
0
 public AxlNetClient.StandardResponse addRemoteCluster(AxlNetClient.AddRemoteClusterReq addRemoteCluster1)
 {
     AxlNetClient.addRemoteClusterRequest inValue = new AxlNetClient.addRemoteClusterRequest();
     inValue.addRemoteCluster = addRemoteCluster1;
     AxlNetClient.addRemoteClusterResponse retVal = ((AxlNetClient.AXLPort55)(this)).addRemoteCluster(inValue);
     return(retVal.addRemoteClusterResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addRemoteClusterResponse> addRemoteClusterAsync(AxlNetClient.AddRemoteClusterReq addRemoteCluster)
 {
     return(axlPortClient55.addRemoteClusterAsync(addRemoteCluster));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse addRemoteCluster(AxlNetClient.AddRemoteClusterReq addRemoteCluster1)
 {
     return(axlPortClient55.addRemoteCluster(addRemoteCluster1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.addRemoteClusterResponse> addRemoteClusterAsync(AxlNetClient.AddRemoteClusterReq addRemoteCluster)
 {
     AxlNetClient.addRemoteClusterRequest inValue = new AxlNetClient.addRemoteClusterRequest();
     inValue.addRemoteCluster = addRemoteCluster;
     return(((AxlNetClient.AXLPort55)(this)).addRemoteClusterAsync(inValue));
 }