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
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

プロパティ

名前 説明
ExecutionContexts
古い.

現在のアクティビティによって作成された、まだ完了していない実行コンテキストのセットを表します。

PersistedExecutionContexts
古い.

現在のアクティビティによって作成され、完了時に完了し、永続化された実行コンテキストのセットを表します。

メソッド

名前 説明
CompleteExecutionContext(ActivityExecutionContext, Boolean)
古い.

実行コンテキストを完了としてマークします。

CompleteExecutionContext(ActivityExecutionContext)
古い.

実行コンテキストを完了としてマークします。

CreateExecutionContext(Activity)
古い.

指定されたActivityActivityExecutionContextを作成します。

Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetExecutionContext(Activity)
古い.

指定されたActivityに関連付けられているActivityExecutionContextを取得します。

GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetPersistedExecutionContext(Guid)
古い.

指定されたGuidに対応する永続化されたActivityExecutionContextを取得します。

GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象