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

EndSetInstanceHealth() public method

Finishes the asynchronous execution of the SetInstanceHealth operation.
public EndSetInstanceHealth ( IAsyncResult asyncResult ) : SetInstanceHealthResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetInstanceHealth.
return SetInstanceHealthResponse
        public  SetInstanceHealthResponse EndSetInstanceHealth(IAsyncResult asyncResult)
        {
            return EndInvoke<SetInstanceHealthResponse>(asyncResult);
        }
AmazonAutoScalingClient