Amazon.DeviceFarm.AmazonDeviceFarmClient.ListOfferingsAsync C# (CSharp) Метод

ListOfferingsAsync() публичный Метод

Initiates the asynchronous execution of the ListOfferings operation.
public ListOfferingsAsync ( ListOfferingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListOfferingsRequest Container for the necessary parameters to execute the ListOfferings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListOfferingsResponse> ListOfferingsAsync(ListOfferingsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListOfferingsRequestMarshaller();
            var unmarshaller = ListOfferingsResponseUnmarshaller.Instance;

            return InvokeAsync<ListOfferingsRequest,ListOfferingsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDeviceFarmClient