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

ListClosedWorkflowExecutions() private method

private ListClosedWorkflowExecutions ( ListClosedWorkflowExecutionsRequest request ) : ListClosedWorkflowExecutionsResponse
request Amazon.SimpleWorkflow.Model.ListClosedWorkflowExecutionsRequest
return Amazon.SimpleWorkflow.Model.ListClosedWorkflowExecutionsResponse
        internal ListClosedWorkflowExecutionsResponse ListClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest request)
        {
            var marshaller = new ListClosedWorkflowExecutionsRequestMarshaller();
            var unmarshaller = ListClosedWorkflowExecutionsResponseUnmarshaller.Instance;

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