Sdílet prostřednictvím


ActivityExecutionContextManager.PersistedExecutionContexts Vlastnost

Definice

Představuje sadu kontextů spuštění vytvořených aktuální aktivitou, které byly dokončeny a byly při jejich dokončení trvalé.

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)

Hodnota vlastnosti

IEnumerable<Guid>

Kolekce typu Guid , která představuje sadu všech trvalých ActivityExecutionContext .

Platí pro