Amazon.ConfigService.AmazonConfigServiceClient.EndPutDeliveryChannel C# (CSharp) Method

EndPutDeliveryChannel() public method

Finishes the asynchronous execution of the PutDeliveryChannel operation.
public EndPutDeliveryChannel ( IAsyncResult asyncResult ) : PutDeliveryChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutDeliveryChannel.
return PutDeliveryChannelResponse
        public  PutDeliveryChannelResponse EndPutDeliveryChannel(IAsyncResult asyncResult)
        {
            return EndInvoke<PutDeliveryChannelResponse>(asyncResult);
        }
AmazonConfigServiceClient