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

ListVolumeRecoveryPointsAsync() public method

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

            return InvokeAsync<ListVolumeRecoveryPointsRequest,ListVolumeRecoveryPointsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient