Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.ApplyEnvironmentManagedActionAsync C# (CSharp) Method

ApplyEnvironmentManagedActionAsync() public method

Initiates the asynchronous execution of the ApplyEnvironmentManagedAction operation.
public ApplyEnvironmentManagedActionAsync ( ApplyEnvironmentManagedActionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticBeanstalk.Model.ApplyEnvironmentManagedActionRequest Container for the necessary parameters to execute the ApplyEnvironmentManagedAction operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ApplyEnvironmentManagedActionResponse> ApplyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ApplyEnvironmentManagedActionRequestMarshaller();
            var unmarshaller = ApplyEnvironmentManagedActionResponseUnmarshaller.Instance;

            return InvokeAsync<ApplyEnvironmentManagedActionRequest,ApplyEnvironmentManagedActionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElasticBeanstalkClient