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

EndRenewOffering() 공개 메소드

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