SqlTrackingService.ProfileUpdated Evento

Definizione

Si verifica quando rileva SqlTrackingService che un oggetto TrackingProfile è stato modificato.

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

Tipo evento

Implementazioni

Commenti

Esamina SqlTrackingService periodicamente il database per determinare se uno o più profili di rilevamento sono stati modificati. Se rileva una modifica di questo tipo in , TrackingProfilegenera l'evento ProfileUpdated con il profilo di rilevamento incapsulato in un oggetto ProfileUpdatedEventArgs. L'infrastruttura di rilevamento di runtime usa questo evento per aggiornare la cache dei profili. È possibile impostare ProfileChangeCheckInterval per specificare la frequenza con cui esamina il SqlTrackingService database.

Si applica a