[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents the execution environment of an Activity. This class cannot be inherited.
Namespace:
System.Workflow.ComponentModel
Assembly:
System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Visual Basic (Declaration)
Public NotInheritable Class ActivityExecutionContext _
Implements IServiceProvider, IDisposable
Dim instance As ActivityExecutionContext
public sealed class ActivityExecutionContext : IServiceProvider,
IDisposable
public ref class ActivityExecutionContext sealed : IServiceProvider,
IDisposable
[<SealedAttribute>]
type ActivityExecutionContext =
class
interface IServiceProvider
interface IDisposable
end
Represents the execution environment of an Activity. This class selectively exposes workflow runtime capabilities and services to individual activities. This class cannot be inherited.
Understanding the Activity Execution Context.
System..::.Object
System.Workflow.ComponentModel..::.ActivityExecutionContext
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, 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: 4, 3.5, 3.0
Reference