ActivityExecutionContextManager.PersistedExecutionContexts Propriedade

Definição

Representa o conjunto de contextos de execução, criados pela atividade atual, que foram concluídos e persistidos após a sua conclusão.

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)

Valor de Propriedade

A coleção de tipo Guid que representa o conjunto de todos persistiu ActivityExecutionContext.

Aplica-se a