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

EndDescribeCluster() public method

Finishes the asynchronous execution of the DescribeCluster operation.
public EndDescribeCluster ( IAsyncResult asyncResult ) : DescribeClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCluster.
return Amazon.Snowball.Model.DescribeClusterResponse
        public  DescribeClusterResponse EndDescribeCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeClusterResponse>(asyncResult);
        }