Amazon.AutoScaling.AmazonAutoScalingClient.CreateLaunchConfigurationAsync C# (CSharp) Метод

CreateLaunchConfigurationAsync() публичный Метод

Initiates the asynchronous execution of the CreateLaunchConfiguration operation.
public CreateLaunchConfigurationAsync ( CreateLaunchConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateLaunchConfigurationRequest Container for the necessary parameters to execute the CreateLaunchConfiguration operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<CreateLaunchConfigurationResponse> CreateLaunchConfigurationAsync(CreateLaunchConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateLaunchConfigurationRequestMarshaller();
            var unmarshaller = CreateLaunchConfigurationResponseUnmarshaller.Instance;

            return InvokeAsync<CreateLaunchConfigurationRequest,CreateLaunchConfigurationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAutoScalingClient