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

ListStacksAsync() public method

Initiates the asynchronous execution of the ListStacks operation.
public ListStacksAsync ( ListStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListStacksRequest Container for the necessary parameters to execute the ListStacks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListStacksResponse> ListStacksAsync(ListStacksRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListStacksRequestMarshaller();
            var unmarshaller = ListStacksResponseUnmarshaller.Instance;

            return InvokeAsync<ListStacksRequest,ListStacksResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonCloudFormationClient::ListStacksAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonCloudFormationClient