Amazon.DeviceFarm.AmazonDeviceFarmClient.EndListOfferings C# (CSharp) 메소드

EndListOfferings() 공개 메소드

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