Compartir vía


ActivityExecutionContextManager.PersistedExecutionContexts Propiedad

Definición

Representa el conjunto de contextos de ejecución, creado por la actividad actual, que se ha completado y se ha conservado en su realización.

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 propiedad

IEnumerable<Guid>

La colección de tipo Guid que representa el conjunto de todos conservó ActivityExecutionContext.

Se aplica a