IProfileNotification.ProfileUpdated Evento

Definición

Se produce cuando se actualiza un TrackingProfile para un flujo de trabajo Type específico.

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 generar el ProfileUpdated evento para informar a la infraestructura de seguimiento en tiempo de ejecución de que hay disponible un nuevo TrackingProfile para el flujo de trabajo Typeindicado. El flujo de trabajo Type y TrackingProfile se pasan en .ProfileUpdatedEventArgs

Se aplica a