System.Workflow.Runtime.Configuration Namespace
Contains classes that are used to configure the workflow runtime engine.
The workflow runtime engine can be configured from an application configuration file by using one of the overloaded WorkflowRuntime methods. The classes contained in this namespace provide the necessary functionality for the workflow or the host to programmatically access sections of a configuration file that are specific to the configuration of the workflow runtime engine. You can also use the classes contained in this namespace if you implement your own proprietary configuration scheme and want to maintain the capability of single-call configuration of the workflow runtime engine, for example, if you implement configuration of the workflow runtime engine from a SQL database.
| Class | Description | |
|---|---|---|
![]() | WorkflowRuntimeSection | Represents a section, within a configuration file, that defines settings for the workflow runtime engine. |
![]() | WorkflowRuntimeServiceElement | Represents a configuration element for a service to be added to the workflow runtime engine. |
![]() | WorkflowRuntimeServiceElementCollection | Represents the collection of services to be added to the workflow runtime engine. |
