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

EndDescribeTargetGroups() public method

Finishes the asynchronous execution of the DescribeTargetGroups operation.
public EndDescribeTargetGroups ( IAsyncResult asyncResult ) : DescribeTargetGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTargetGroups.
return Amazon.ElasticLoadBalancingV2.Model.DescribeTargetGroupsResponse
        public  DescribeTargetGroupsResponse EndDescribeTargetGroups(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeTargetGroupsResponse>(asyncResult);
        }
AmazonElasticLoadBalancingV2Client