ActivityExecutionContextManager.PersistedExecutionContexts Proprietà

Definizione

Rappresenta il set dei contesti di esecuzione, creati dall'attività corrente, che sono stati completati e resi persistenti al completamento.

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)

Valore della proprietà

Raccolta di tipo Guid che rappresenta il set di tutti gli oggetti ActivityExecutionContext resi persistenti.

Si applica a