Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Workflow.Runtime Namespace

 

Provides classes related to workflow runtime.

ClassDescription
System_CAPS_pubclassCorrelationProperty

Obsolete. Represents a name and value pair used to correlate messages to specific receiving activities.

System_CAPS_pubclassCorrelationToken

Obsolete. Manages the subscriptions of the CorrelationProperty to the owner activities. This class cannot be inherited.

System_CAPS_pubclassCorrelationTokenCollection

Obsolete. Represents a collection of CorrelationToken classes. This class cannot be inherited.

System_CAPS_pubclassCorrelationTokenEventArgs

Obsolete. Contains the event data associated with the CorrelationToken. This class cannot be inherited.

System_CAPS_pubclassServicesExceptionNotHandledEventArgs

Obsolete. Provides data for the WorkflowRuntime.ServicesExceptionNotHandled event.

System_CAPS_pubclassTimerEventSubscription

Obsolete. Represents a subscription to a timer event.

System_CAPS_pubclassTimerEventSubscriptionCollection

Obsolete. Represents an ordered list of TimerEventSubscription objects.

System_CAPS_pubclassWorkflowCompletedEventArgs

Obsolete. Provides data for the WorkflowCompleted event.

System_CAPS_pubclassWorkflowEnvironment

Obsolete. Represents the transactional environment of the workflow instance that is running on the current thread.

System_CAPS_pubclassWorkflowEventArgs

Obsolete. Provides data for workflow events.

System_CAPS_pubclassWorkflowInstance

Obsolete. Represents a workflow instance.

System_CAPS_pubclassWorkflowOwnershipException

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.

System_CAPS_pubclassWorkflowQueue

Obsolete. Represents a workflow queue.

System_CAPS_pubclassWorkflowQueueInfo

Obsolete. Contains information about a WorkflowQueue.

System_CAPS_pubclassWorkflowQueuingService

Obsolete. Provides the services for management of WorkflowQueue objects.

System_CAPS_pubclassWorkflowRuntime

Obsolete. Represents the configurable execution environment provided by the workflow run-time engine for workflows.

System_CAPS_pubclassWorkflowRuntimeEventArgs

Obsolete. Provides data for the WorkflowRuntime.Started and WorkflowRuntime.Stopped events.

System_CAPS_pubclassWorkflowSuspendedEventArgs

Obsolete. Provides data for the WorkflowRuntime.WorkflowSuspended event.

System_CAPS_pubclassWorkflowTerminatedEventArgs

Obsolete. Provides data for the WorkflowRuntime.WorkflowTerminated event.

InterfaceDescription
System_CAPS_pubinterfaceIPendingWork

Obsolete. Provides methods to participate in a work batch.

System_CAPS_pubinterfaceIWorkBatch

Obsolete. Provides methods to add work to a work batch.

EnumerationDescription
System_CAPS_pubenumWorkflowStatus

Obsolete. Specifies the status of a workflow instance.

Return to top
Show: