Amazon.CloudFormation.AmazonCloudFormationClient.DescribeStackEventsAsync C# (CSharp) Method

DescribeStackEventsAsync() public method

Initiates the asynchronous execution of the DescribeStackEvents operation.
public DescribeStackEventsAsync ( DescribeStackEventsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.DescribeStackEventsRequest Container for the necessary parameters to execute the DescribeStackEvents operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeStackEventsResponse> DescribeStackEventsAsync(DescribeStackEventsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeStackEventsRequestMarshaller();
            var unmarshaller = DescribeStackEventsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeStackEventsRequest,DescribeStackEventsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCloudFormationClient