Amazon.AutoScaling.AmazonAutoScalingClient.DescribeAutoScalingNotificationTypesAsync C# (CSharp) 메소드

DescribeAutoScalingNotificationTypesAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeAutoScalingNotificationTypes operation.
public DescribeAutoScalingNotificationTypesAsync ( DescribeAutoScalingNotificationTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeAutoScalingNotificationTypesRequest Container for the necessary parameters to execute the DescribeAutoScalingNotificationTypes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<DescribeAutoScalingNotificationTypesResponse> DescribeAutoScalingNotificationTypesAsync(DescribeAutoScalingNotificationTypesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeAutoScalingNotificationTypesRequestMarshaller();
            var unmarshaller = DescribeAutoScalingNotificationTypesResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeAutoScalingNotificationTypesRequest,DescribeAutoScalingNotificationTypesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

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