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

EndExitStandby() public method

Finishes the asynchronous execution of the ExitStandby operation.
public EndExitStandby ( IAsyncResult asyncResult ) : ExitStandbyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginExitStandby.
return ExitStandbyResponse
        public  ExitStandbyResponse EndExitStandby(IAsyncResult asyncResult)
        {
            return EndInvoke<ExitStandbyResponse>(asyncResult);
        }
AmazonAutoScalingClient