次の方法で共有


ActivityExecutionContextManager.PersistedExecutionContexts プロパティ

定義

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

public:
 property System::Collections::Generic::IEnumerable<Guid> ^ PersistedExecutionContexts { System::Collections::Generic::IEnumerable<Guid> ^ get(); };
public System.Collections.Generic.IEnumerable<Guid> PersistedExecutionContexts { get; }
member this.PersistedExecutionContexts : seq<Guid>
Public ReadOnly Property PersistedExecutionContexts As IEnumerable(Of Guid)

プロパティ値

IEnumerable<Guid>

永続化された Guid を表す、ActivityExecutionContext 型のコレクション。

適用対象