共用方式為


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)

適用於