共用方式為


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 集。

適用於