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

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

Describes one or more launch configurations.
/// The NextToken value is not valid. /// /// You already have a pending update to an Auto Scaling resource (for example, a group, /// instance, or load balancer). ///
public DescribeLaunchConfigurationsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeLaunchConfigurationsResponse> DescribeLaunchConfigurationsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DescribeLaunchConfigurationsAsync(new DescribeLaunchConfigurationsRequest(), cancellationToken);
        }
        /// <summary>

Same methods

AmazonAutoScalingClient::DescribeLaunchConfigurationsAsync ( DescribeLaunchConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonAutoScalingClient