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

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

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

            return InvokeAsync<DescribeLaunchConfigurationsRequest,DescribeLaunchConfigurationsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonAutoScalingClient::DescribeLaunchConfigurationsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonAutoScalingClient