SqlTrackingService.ProfileUpdated Zdarzenie

Definicja

Występuje, SqlTrackingService gdy wykrywa, że TrackingProfile element został zmieniony.

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) 

Typ zdarzenia

Implementuje

Uwagi

Okresowo SqlTrackingService sprawdza swoją bazę danych, aby określić, czy co najmniej jeden z jego profilów śledzenia został zmieniony. Jeśli wykryje taką zmianę w TrackingProfileobiekcie , zgłasza ProfileUpdated zdarzenie z profilem śledzenia hermetyzowanym w obiekcie ProfileUpdatedEventArgs. Infrastruktura śledzenia środowiska uruchomieniowego używa tego zdarzenia do aktualizowania pamięci podręcznej profilu. Można ustawić, ProfileChangeCheckInterval aby określić częstotliwość, z jaką SqlTrackingService baza danych sprawdza.

Dotyczy