Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
WorkflowEnvironment Class

Updated: November 2007

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
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
J#
public final class WorkflowEnvironment
JScript
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 Vista, Windows XP SP2, 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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker