Пример #1
0
 public AxlNetClient.DoUpdateRemoteClusterRes doUpdateRemoteCluster(AxlNetClient.DoUpdateRemoteClusterReq doUpdateRemoteCluster1)
 {
     AxlNetClient.doUpdateRemoteClusterRequest inValue = new AxlNetClient.doUpdateRemoteClusterRequest();
     inValue.doUpdateRemoteCluster = doUpdateRemoteCluster1;
     AxlNetClient.doUpdateRemoteClusterResponse retVal = ((AxlNetClient.AXLPort80)(this)).doUpdateRemoteCluster(inValue);
     return(retVal.doUpdateRemoteClusterResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.doUpdateRemoteClusterResponse> doUpdateRemoteClusterAsync(AxlNetClient.DoUpdateRemoteClusterReq doUpdateRemoteCluster)
 {
     return(axlPortClient80.doUpdateRemoteClusterAsync(doUpdateRemoteCluster));
 }
Пример #3
0
 public AxlNetClient.DoUpdateRemoteClusterRes doUpdateRemoteCluster(AxlNetClient.DoUpdateRemoteClusterReq doUpdateRemoteCluster1)
 {
     return(axlPortClient80.doUpdateRemoteCluster(doUpdateRemoteCluster1));
 }
Пример #4
0
 public System.Threading.Tasks.Task <AxlNetClient.doUpdateRemoteClusterResponse> doUpdateRemoteClusterAsync(AxlNetClient.DoUpdateRemoteClusterReq doUpdateRemoteCluster)
 {
     AxlNetClient.doUpdateRemoteClusterRequest inValue = new AxlNetClient.doUpdateRemoteClusterRequest();
     inValue.doUpdateRemoteCluster = doUpdateRemoteCluster;
     return(((AxlNetClient.AXLPort80)(this)).doUpdateRemoteClusterAsync(inValue));
 }