Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.ListClosedWorkflowExecutionsAsync C# (CSharp) Method

ListClosedWorkflowExecutionsAsync() public method

Initiates the asynchronous execution of the ListClosedWorkflowExecutions operation.
public ListClosedWorkflowExecutionsAsync ( ListClosedWorkflowExecutionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleWorkflow.Model.ListClosedWorkflowExecutionsRequest Container for the necessary parameters to execute the ListClosedWorkflowExecutions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListClosedWorkflowExecutionsResponse> ListClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListClosedWorkflowExecutionsRequestMarshaller();
            var unmarshaller = ListClosedWorkflowExecutionsResponseUnmarshaller.Instance;

            return InvokeAsync<ListClosedWorkflowExecutionsRequest,ListClosedWorkflowExecutionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleWorkflowClient