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

EndRetrieveTapeRecoveryPoint() public method

Finishes the asynchronous execution of the RetrieveTapeRecoveryPoint operation.
public EndRetrieveTapeRecoveryPoint ( IAsyncResult asyncResult ) : RetrieveTapeRecoveryPointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRetrieveTapeRecoveryPoint.
return RetrieveTapeRecoveryPointResponse
        public  RetrieveTapeRecoveryPointResponse EndRetrieveTapeRecoveryPoint(IAsyncResult asyncResult)
        {
            return EndInvoke<RetrieveTapeRecoveryPointResponse>(asyncResult);
        }
AmazonStorageGatewayClient