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

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

Describes the notification actions associated with the specified Auto Scaling group.
/// 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 DescribeNotificationConfigurationsAsync ( 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<DescribeNotificationConfigurationsResponse> DescribeNotificationConfigurationsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DescribeNotificationConfigurationsAsync(new DescribeNotificationConfigurationsRequest(), cancellationToken);
        }
        /// <summary>

Same methods

AmazonAutoScalingClient::DescribeNotificationConfigurationsAsync ( DescribeNotificationConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonAutoScalingClient