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)
Visual Basic (Declaration)
Public NotInheritable Class WorkflowEnvironment
You do not need to declare an instance of a static class in order to access its members.
public static class WorkflowEnvironment
public ref class WorkflowEnvironment abstract sealed
public final class WorkflowEnvironment
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.
System..::.Object
System.Workflow.Runtime..::.WorkflowEnvironment
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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.
.NET Framework
Supported in: 3.5, 3.0
Reference