System.Workflow.Runtime Namespace
.NET Framework 4.5
Provides classes related to workflow runtime.
| Class | Description | |
|---|---|---|
|
CorrelationProperty | Obsolete. Represents a name and value pair used to correlate messages to specific receiving activities. |
|
CorrelationToken | Obsolete. Manages the subscriptions of the CorrelationProperty to the owner activities. This class cannot be inherited. |
|
CorrelationTokenCollection | Obsolete. Represents a collection of CorrelationToken classes. This class cannot be inherited. |
|
CorrelationTokenEventArgs | Obsolete. Contains the event data associated with the CorrelationToken. This class cannot be inherited. |
|
ServicesExceptionNotHandledEventArgs | Obsolete. Provides data for the WorkflowRuntime.ServicesExceptionNotHandled event. |
|
TimerEventSubscription | Obsolete. Represents a subscription to a timer event. |
|
TimerEventSubscriptionCollection | Obsolete. Represents an ordered list of TimerEventSubscription objects. |
|
WorkflowCompletedEventArgs | Obsolete. Provides data for the WorkflowCompleted event. |
|
WorkflowEnvironment | Obsolete. Represents the transactional environment of the workflow instance that is running on the current thread. |
|
WorkflowEventArgs | Obsolete. Provides data for workflow events. |
|
WorkflowInstance | Obsolete. Represents a workflow instance. |
|
WorkflowOwnershipException | Obsolete. The exception that is thrown when the workflow runtime engine attempts to load a workflow instance that is currently loaded by another workflow runtime engine instance. Additionally, this exception is thrown when the workflow runtime engine attempts to save a workflow after the ownership timeout that was specified while loading the workflow has expired. |
|
WorkflowQueue | Obsolete. Represents a workflow queue. |
|
WorkflowQueueInfo | Obsolete. Contains information about a WorkflowQueue. |
|
WorkflowQueuingService | Obsolete. Provides the services for management of WorkflowQueue objects. |
|
WorkflowRuntime | Obsolete. Represents the configurable execution environment provided by the workflow run-time engine for workflows. |
|
WorkflowRuntimeEventArgs | Obsolete. Provides data for the WorkflowRuntime.Started and WorkflowRuntime.Stopped events. |
|
WorkflowSuspendedEventArgs | Obsolete. Provides data for the WorkflowRuntime.WorkflowSuspended event. |
|
WorkflowTerminatedEventArgs | Obsolete. Provides data for the WorkflowRuntime.WorkflowTerminated event. |
| Interface | Description | |
|---|---|---|
|
IPendingWork | Obsolete. Provides methods to participate in a work batch. |
|
IWorkBatch | Obsolete. Provides methods to add work to a work batch. |
| Enumeration | Description | |
|---|---|---|
|
WorkflowStatus | Obsolete. Specifies the status of a workflow instance. |