Amazon.Snowball.AmazonSnowballClient.EndUpdateCluster C# (CSharp) Method

EndUpdateCluster() public method

Finishes the asynchronous execution of the UpdateCluster operation.
public EndUpdateCluster ( IAsyncResult asyncResult ) : UpdateClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateCluster.
return UpdateClusterResponse
        public  UpdateClusterResponse EndUpdateCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateClusterResponse>(asyncResult);
        }