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

ListChangeSetsAsync() public method

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

            return InvokeAsync<ListChangeSetsRequest,ListChangeSetsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCloudFormationClient