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

EndListOfferings() public method

Finishes the asynchronous execution of the ListOfferings operation.
public EndListOfferings ( IAsyncResult asyncResult ) : ListOfferingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListOfferings.
return Amazon.DeviceFarm.Model.ListOfferingsResponse
        public  ListOfferingsResponse EndListOfferings(IAsyncResult asyncResult)
        {
            return EndInvoke<ListOfferingsResponse>(asyncResult);
        }
AmazonDeviceFarmClient