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

EndDescribeTargetGroupAttributes() public method

Finishes the asynchronous execution of the DescribeTargetGroupAttributes operation.
public EndDescribeTargetGroupAttributes ( IAsyncResult asyncResult ) : DescribeTargetGroupAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTargetGroupAttributes.
return Amazon.ElasticLoadBalancingV2.Model.DescribeTargetGroupAttributesResponse
        public  DescribeTargetGroupAttributesResponse EndDescribeTargetGroupAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeTargetGroupAttributesResponse>(asyncResult);
        }
AmazonElasticLoadBalancingV2Client