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

ExitStandby() public method

Moves the specified instances out of Standby mode.

For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.

/// You already have a pending update to an Auto Scaling resource (for example, a group, /// instance, or load balancer). ///
public ExitStandby ( ExitStandbyRequest request ) : ExitStandbyResponse
request ExitStandbyRequest Container for the necessary parameters to execute the ExitStandby service method.
return ExitStandbyResponse
        public ExitStandbyResponse ExitStandby(ExitStandbyRequest request)
        {
            var marshaller = new ExitStandbyRequestMarshaller();
            var unmarshaller = ExitStandbyResponseUnmarshaller.Instance;

            return Invoke<ExitStandbyRequest,ExitStandbyResponse>(request, marshaller, unmarshaller);
        }
AmazonAutoScalingClient