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

EndDescribeDeliveryChannelStatus() public method

Finishes the asynchronous execution of the DescribeDeliveryChannelStatus operation.
public EndDescribeDeliveryChannelStatus ( IAsyncResult asyncResult ) : Amazon.ConfigService.Model.DescribeDeliveryChannelStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDeliveryChannelStatus.
return Amazon.ConfigService.Model.DescribeDeliveryChannelStatusResponse
        public  DescribeDeliveryChannelStatusResponse EndDescribeDeliveryChannelStatus(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeDeliveryChannelStatusResponse>(asyncResult);
        }
AmazonConfigServiceClient