Amazon.AutoScaling.AmazonAutoScalingClient.EndExitStandby C# (CSharp) 메소드

EndExitStandby() 공개 메소드

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