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

ListExportsAsync() public method

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

            return InvokeAsync<ListExportsRequest,ListExportsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCloudFormationClient