Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.EndConfigureHealthCheck C# (CSharp) Method

EndConfigureHealthCheck() public method

Finishes the asynchronous execution of the ConfigureHealthCheck operation.
public EndConfigureHealthCheck ( IAsyncResult asyncResult ) : ConfigureHealthCheckResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginConfigureHealthCheck.
return Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckResponse
        public  ConfigureHealthCheckResponse EndConfigureHealthCheck(IAsyncResult asyncResult)
        {
            return EndInvoke<ConfigureHealthCheckResponse>(asyncResult);
        }
AmazonElasticLoadBalancingClient