This documentation is archived and is not being maintained.
ActivityExecutionContext Class
Visual Studio 2010
Represents the execution environment of an Activity. This class cannot be inherited.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The ActivityExecutionContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Activity | Gets the Activity that currently executes within this execution context. |
![]() | ContextGuid | Gets the ContextID of the associated Activity. |
![]() | ExecutionContextManager | Gets the ActivityExecutionContextManager associated with this instance. |
| Name | Description | |
|---|---|---|
![]() | CancelActivity | Called by a composite activity to schedule the cancellation of a child activity. The workflow runtime disallows cancellation of a child activity that is not in the Executing state. |
![]() | CloseActivity | Indicates to the workflow runtime that the currently executing activity should transition to the Closed state. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | ExecuteActivity | Called by a composite activity to schedule the execution of a child activity. The workflow runtime disallows execution of a child activity that is not in the initialized state. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetService(Type) | Returns a service of the specified type. |
![]() | GetService<T>() | Returns a service provider of the specified Type. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TrackData(Object) | Invokes the track method for the associated Activity. |
![]() | TrackData(String, Object) | Invokes the track method for the associated Activity. |
| Name | Description | |
|---|---|---|
![]() ![]() | CurrentExceptionProperty | Represents an exception that has occurred during the execution of the workflow instance. This property has a value only when an activity is in the faulting state. |
Represents the execution environment of an Activity. This class selectively exposes workflow runtime capabilities and services to individual activities. This class cannot be inherited.
For more information, seeUnderstanding the Activity Execution Context.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
