ActivityExecutionContextManager.PersistedExecutionContexts Proprietà

Definizione

Rappresenta il set di contesti di esecuzione, creati dall'attività corrente, completati e mantenuti 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 elementi persistenti ActivityExecutionContext.

Si applica a