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

适用于