Amazon.AutoScaling.AmazonAutoScalingClient.EndAttachLoadBalancerTargetGroups C# (CSharp) Method

EndAttachLoadBalancerTargetGroups() public method

Finishes the asynchronous execution of the AttachLoadBalancerTargetGroups operation.
public EndAttachLoadBalancerTargetGroups ( IAsyncResult asyncResult ) : AttachLoadBalancerTargetGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachLoadBalancerTargetGroups.
return AttachLoadBalancerTargetGroupsResponse
        public  AttachLoadBalancerTargetGroupsResponse EndAttachLoadBalancerTargetGroups(IAsyncResult asyncResult)
        {
            return EndInvoke<AttachLoadBalancerTargetGroupsResponse>(asyncResult);
        }
AmazonAutoScalingClient