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

EndRegisterTargets() public method

Finishes the asynchronous execution of the RegisterTargets operation.
public EndRegisterTargets ( IAsyncResult asyncResult ) : RegisterTargetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterTargets.
return RegisterTargetsResponse
        public  RegisterTargetsResponse EndRegisterTargets(IAsyncResult asyncResult)
        {
            return EndInvoke<RegisterTargetsResponse>(asyncResult);
        }
AmazonElasticLoadBalancingV2Client