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

ListOpenWorkflowExecutionsAsync() public method

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

            return InvokeAsync<ListOpenWorkflowExecutionsRequest,ListOpenWorkflowExecutionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleWorkflowClient