Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeTapeRecoveryPointsAsync C# (CSharp) Méthode

DescribeTapeRecoveryPointsAsync() public méthode

Initiates the asynchronous execution of the DescribeTapeRecoveryPoints operation.
public DescribeTapeRecoveryPointsAsync ( DescribeTapeRecoveryPointsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeTapeRecoveryPointsRequest Container for the necessary parameters to execute the DescribeTapeRecoveryPoints operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<DescribeTapeRecoveryPointsResponse> DescribeTapeRecoveryPointsAsync(DescribeTapeRecoveryPointsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeTapeRecoveryPointsRequestMarshaller();
            var unmarshaller = DescribeTapeRecoveryPointsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeTapeRecoveryPointsRequest,DescribeTapeRecoveryPointsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient