ActivityExecutionContextManager 类

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

允许 CompositeActivity 创建和管理其子活动的执行上下文。 此类不能被继承。

public ref class ActivityExecutionContextManager sealed
public sealed class ActivityExecutionContextManager
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class ActivityExecutionContextManager
type ActivityExecutionContextManager = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityExecutionContextManager = class
Public NotInheritable Class ActivityExecutionContextManager
继承
ActivityExecutionContextManager
属性

注解

备注

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

属性

ExecutionContexts

表示由当前活动创建的、尚未完成的执行上下文集。

PersistedExecutionContexts

表示由当前活动创建的、已经完成并且完成后已保留的执行上下文集。

方法

CompleteExecutionContext(ActivityExecutionContext)

将执行上下文标记为完成。

CompleteExecutionContext(ActivityExecutionContext, Boolean)

将执行上下文标记为完成。

CreateExecutionContext(Activity)

为指定的 ActivityExecutionContext 创建 Activity

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetExecutionContext(Activity)

获取与指定的 ActivityExecutionContext 关联的 Activity

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetPersistedExecutionContext(Guid)

检索与指定 ActivityExecutionContext 对应的保留的 Guid

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于