Amazon.DeviceFarm.AmazonDeviceFarmClient.ListOfferingTransactionsAsync C# (CSharp) Method

ListOfferingTransactionsAsync() public method

Initiates the asynchronous execution of the ListOfferingTransactions operation.
public ListOfferingTransactionsAsync ( ListOfferingTransactionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListOfferingTransactionsRequest Container for the necessary parameters to execute the ListOfferingTransactions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListOfferingTransactionsResponse> ListOfferingTransactionsAsync(ListOfferingTransactionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListOfferingTransactionsRequestMarshaller();
            var unmarshaller = ListOfferingTransactionsResponseUnmarshaller.Instance;

            return InvokeAsync<ListOfferingTransactionsRequest,ListOfferingTransactionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDeviceFarmClient