public AxlNetClient.StandardResponse updateRemoteCluster(AxlNetClient.UpdateRemoteClusterReq updateRemoteCluster1) { AxlNetClient.updateRemoteClusterRequest inValue = new AxlNetClient.updateRemoteClusterRequest(); inValue.updateRemoteCluster = updateRemoteCluster1; AxlNetClient.updateRemoteClusterResponse retVal = ((AxlNetClient.AXLPort55)(this)).updateRemoteCluster(inValue); return(retVal.updateRemoteClusterResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.updateRemoteClusterResponse> updateRemoteClusterAsync(AxlNetClient.UpdateRemoteClusterReq updateRemoteCluster) { return(axlPortClient55.updateRemoteClusterAsync(updateRemoteCluster)); }
public AxlNetClient.StandardResponse updateRemoteCluster(AxlNetClient.UpdateRemoteClusterReq updateRemoteCluster1) { return(axlPortClient55.updateRemoteCluster(updateRemoteCluster1)); }
public System.Threading.Tasks.Task <AxlNetClient.updateRemoteClusterResponse> updateRemoteClusterAsync(AxlNetClient.UpdateRemoteClusterReq updateRemoteCluster) { AxlNetClient.updateRemoteClusterRequest inValue = new AxlNetClient.updateRemoteClusterRequest(); inValue.updateRemoteCluster = updateRemoteCluster; return(((AxlNetClient.AXLPort55)(this)).updateRemoteClusterAsync(inValue)); }