IProfileNotification.ProfileUpdated Evento

Definición

Se produce cuando se actualiza un TrackingProfile para un Type de flujo de trabajo concreto.

public:
 event EventHandler<System::Workflow::Runtime::Tracking::ProfileUpdatedEventArgs ^> ^ ProfileUpdated;
event EventHandler<System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs> ProfileUpdated;
member this.ProfileUpdated : EventHandler<System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs> 
Event ProfileUpdated As EventHandler(Of ProfileUpdatedEventArgs) 

Tipo de evento

Comentarios

Un servicio de seguimiento puede iniciar el evento ProfileUpdated para informar a la infraestructura de seguimiento en tiempo de ejecución de que hay un nuevo TrackingProfile disponible para el Typede flujo de trabajo indicado. El Type de flujo de trabajo y el TrackingProfile se pasan en ProfileUpdatedEventArgs.

Se aplica a