Amazon.ElasticLoadBalancingV2.AmazonElasticLoadBalancingV2Client.EndRegisterTargets C# (CSharp) 메소드

EndRegisterTargets() 공개 메소드

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