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

EndRenewOffering() public method

Finishes the asynchronous execution of the RenewOffering operation.
public EndRenewOffering ( IAsyncResult asyncResult ) : RenewOfferingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRenewOffering.
return Amazon.DeviceFarm.Model.RenewOfferingResponse
        public  RenewOfferingResponse EndRenewOffering(IAsyncResult asyncResult)
        {
            return EndInvoke<RenewOfferingResponse>(asyncResult);
        }
AmazonDeviceFarmClient