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

ExitStandbyAsync() public method

Initiates the asynchronous execution of the ExitStandby operation.
public ExitStandbyAsync ( ExitStandbyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ExitStandbyRequest Container for the necessary parameters to execute the ExitStandby operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ExitStandbyResponse> ExitStandbyAsync(ExitStandbyRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ExitStandbyRequestMarshaller();
            var unmarshaller = ExitStandbyResponseUnmarshaller.Instance;

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