Amazon.AWSHealth.AmazonAWSHealthClient.DescribeEventAggregatesAsync C# (CSharp) Method

DescribeEventAggregatesAsync() public method

Initiates the asynchronous execution of the DescribeEventAggregates operation.
public DescribeEventAggregatesAsync ( DescribeEventAggregatesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AWSHealth.Model.DescribeEventAggregatesRequest Container for the necessary parameters to execute the DescribeEventAggregates operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeEventAggregatesResponse> DescribeEventAggregatesAsync(DescribeEventAggregatesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeEventAggregatesRequestMarshaller();
            var unmarshaller = DescribeEventAggregatesResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeEventAggregatesRequest,DescribeEventAggregatesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }