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)

属性值

表示所有持久化ActivityExecutionContext集的类型Guid集合。

适用于