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

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

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