Amazon.ElasticLoadBalancingV2.AmazonElasticLoadBalancingV2Client.EndDescribeTargetGroups C# (CSharp) Méthode

EndDescribeTargetGroups() public méthode

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