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

適用於