Amazon.ElasticLoadBalancingV2.AmazonElasticLoadBalancingV2Client.EndDescribeListeners C# (CSharp) Method

EndDescribeListeners() public method

Finishes the asynchronous execution of the DescribeListeners operation.
public EndDescribeListeners ( IAsyncResult asyncResult ) : DescribeListenersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeListeners.
return Amazon.ElasticLoadBalancingV2.Model.DescribeListenersResponse
        public  DescribeListenersResponse EndDescribeListeners(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeListenersResponse>(asyncResult);
        }
AmazonElasticLoadBalancingV2Client