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

RetrieveTapeArchiveAsync() 공개 메소드

Initiates the asynchronous execution of the RetrieveTapeArchive operation.
public RetrieveTapeArchiveAsync ( RetrieveTapeArchiveRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RetrieveTapeArchiveRequest Container for the necessary parameters to execute the RetrieveTapeArchive operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<RetrieveTapeArchiveResponse> RetrieveTapeArchiveAsync(RetrieveTapeArchiveRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new RetrieveTapeArchiveRequestMarshaller();
            var unmarshaller = RetrieveTapeArchiveResponseUnmarshaller.Instance;

            return InvokeAsync<RetrieveTapeArchiveRequest,RetrieveTapeArchiveResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient