Amazon.StorageGateway.AmazonStorageGatewayClient.EndCancelRetrieval C# (CSharp) Method

EndCancelRetrieval() public method

Finishes the asynchronous execution of the CancelRetrieval operation.
public EndCancelRetrieval ( IAsyncResult asyncResult ) : CancelRetrievalResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelRetrieval.
return CancelRetrievalResponse
        public  CancelRetrievalResponse EndCancelRetrieval(IAsyncResult asyncResult)
        {
            return EndInvoke<CancelRetrievalResponse>(asyncResult);
        }
AmazonStorageGatewayClient