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

EndCreateCluster() public method

Finishes the asynchronous execution of the CreateCluster operation.
public EndCreateCluster ( IAsyncResult asyncResult ) : CreateClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCluster.
return Amazon.Snowball.Model.CreateClusterResponse
        public  CreateClusterResponse EndCreateCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateClusterResponse>(asyncResult);
        }