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

EndDescribeDeliveryChannels() public method

Finishes the asynchronous execution of the DescribeDeliveryChannels operation.
public EndDescribeDeliveryChannels ( IAsyncResult asyncResult ) : Amazon.ConfigService.Model.DescribeDeliveryChannelsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDeliveryChannels.
return Amazon.ConfigService.Model.DescribeDeliveryChannelsResponse
        public  DescribeDeliveryChannelsResponse EndDescribeDeliveryChannels(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeDeliveryChannelsResponse>(asyncResult);
        }
AmazonConfigServiceClient