WorkflowEnvironment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Represents the transactional environment of the workflow instance that is running on the current thread.
public ref class WorkflowEnvironment abstract sealed
public static class WorkflowEnvironment
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public static class WorkflowEnvironment
type WorkflowEnvironment = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowEnvironment = class
Public Class WorkflowEnvironment
- Inheritance
-
WorkflowEnvironment
- Attributes
Remarks
Note
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
The WorkflowEnvironment represents the transactional environment of the workflow instance that is running on the current thread. WorkflowEnvironment has two properties: the WorkBatch property, which exposes the current work batch and allows a host or a host service to participate in the current transaction by adding IPendingWork items to this property; and the WorkflowInstanceId property, which exposes the Guid of the workflow instance currently running on this thread.
Properties
WorkBatch |
Gets the current work batch. |
WorkflowInstanceId |
Gets the Guid of the workflow instance associated with the current thread. |