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

EnterStandbyAsync() public method

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

            return InvokeAsync<EnterStandbyRequest,EnterStandbyResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAutoScalingClient