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

EndCreateTargetGroup() public method

Finishes the asynchronous execution of the CreateTargetGroup operation.
public EndCreateTargetGroup ( IAsyncResult asyncResult ) : CreateTargetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTargetGroup.
return Amazon.ElasticLoadBalancingV2.Model.CreateTargetGroupResponse
        public  CreateTargetGroupResponse EndCreateTargetGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateTargetGroupResponse>(asyncResult);
        }
AmazonElasticLoadBalancingV2Client