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

EndRetrieveTapeArchive() public method

Finishes the asynchronous execution of the RetrieveTapeArchive operation.
public EndRetrieveTapeArchive ( IAsyncResult asyncResult ) : RetrieveTapeArchiveResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRetrieveTapeArchive.
return RetrieveTapeArchiveResponse
        public  RetrieveTapeArchiveResponse EndRetrieveTapeArchive(IAsyncResult asyncResult)
        {
            return EndInvoke<RetrieveTapeArchiveResponse>(asyncResult);
        }
AmazonStorageGatewayClient