<services> of <workflowRuntime>

Represents a collection of services that will be added to the WorkflowRuntime engine. The elements are of type WorkflowRuntimeServiceElement. The services specified in the collection will be initialized by the workflow runtime engine and added to its services when the appropriate WorkflowRuntime constructor is called. Therefore, the services specified in the collection must follow certain rules about the signatures of their constructors. See WorkflowRuntimeServiceElement for more information.

See also