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)

プロパティ値

永続化されているすべてのGuidのセットを表すActivityExecutionContext型のコレクション。

適用対象