Amazon.AutoScaling.AmazonAutoScalingClient.EndEnterStandby C# (CSharp) Метод

EndEnterStandby() публичный Метод

Finishes the asynchronous execution of the EnterStandby operation.
public EndEnterStandby ( IAsyncResult asyncResult ) : EnterStandbyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnterStandby.
Результат EnterStandbyResponse
        public  EnterStandbyResponse EndEnterStandby(IAsyncResult asyncResult)
        {
            return EndInvoke<EnterStandbyResponse>(asyncResult);
        }
AmazonAutoScalingClient