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

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

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

            return InvokeAsync<DeleteLaunchConfigurationRequest,DeleteLaunchConfigurationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAutoScalingClient