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

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

プロパティ

ExecutionContexts
古い.

現在のアクティビティが作成した実行コンテキストのうち、まだ実行が終了していないものを表します。

PersistedExecutionContexts
古い.

現在のアクティビティが作成した実行コンテキストのうち、実行が終了し、その状態で永続化されているものを表します。

メソッド

CompleteExecutionContext(ActivityExecutionContext)
古い.

実行コンテキストに完了マークを付けます。

CompleteExecutionContext(ActivityExecutionContext, Boolean)
古い.

実行コンテキストに完了マークを付けます。

CreateExecutionContext(Activity)
古い.

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

Equals(Object)
古い.

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

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

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

GetHashCode()
古い.

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

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

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

GetType()
古い.

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

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

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

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

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

(継承元 Object)

適用対象