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

EndCancelCluster() public method

Finishes the asynchronous execution of the CancelCluster operation.
public EndCancelCluster ( IAsyncResult asyncResult ) : CancelClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelCluster.
return CancelClusterResponse
        public  CancelClusterResponse EndCancelCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<CancelClusterResponse>(asyncResult);
        }