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

RetrieveTapeRecoveryPointAsync() public method

Initiates the asynchronous execution of the RetrieveTapeRecoveryPoint operation.
public RetrieveTapeRecoveryPointAsync ( RetrieveTapeRecoveryPointRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RetrieveTapeRecoveryPointRequest Container for the necessary parameters to execute the RetrieveTapeRecoveryPoint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<RetrieveTapeRecoveryPointResponse> RetrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new RetrieveTapeRecoveryPointRequestMarshaller();
            var unmarshaller = RetrieveTapeRecoveryPointResponseUnmarshaller.Instance;

            return InvokeAsync<RetrieveTapeRecoveryPointRequest,RetrieveTapeRecoveryPointResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient