Amazon.StorageGateway.AmazonStorageGatewayClient.EndRetrieveTapeRecoveryPoint C# (CSharp) 메소드

EndRetrieveTapeRecoveryPoint() 공개 메소드

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