.NET Framework Class Library
WorkflowEnvironment Class

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

Namespace:  System.Workflow.Runtime
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)
Syntax

Visual Basic (Declaration)
Public NotInheritable Class WorkflowEnvironment
Visual Basic (Usage)
You do not need to declare an instance of a static class in order to access its members.
C#
public static class WorkflowEnvironment
Visual C++
public ref class WorkflowEnvironment abstract sealed
JScript
public final class WorkflowEnvironment
Remarks

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.

Inheritance Hierarchy

System..::.Object
  System.Workflow.Runtime..::.WorkflowEnvironment
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Tags :


Page view tracker