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

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

Initiates the asynchronous execution of the ListOfferings operation.
public BeginListOfferings ( ListOfferingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListOfferingsRequest Container for the necessary parameters to execute the ListOfferings operation on AmazonDeviceFarmClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginListOfferings(ListOfferingsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListOfferingsRequestMarshaller();
            var unmarshaller = ListOfferingsResponseUnmarshaller.Instance;

            return BeginInvoke<ListOfferingsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonDeviceFarmClient