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

UpdateConfigurationTemplateAsync() public method

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

            return InvokeAsync<UpdateConfigurationTemplateRequest,UpdateConfigurationTemplateResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElasticBeanstalkClient