SqlTrackingService::ProfileUpdated Event
.NET Framework (current version)
Occurs when the SqlTrackingService detects that a TrackingProfile has been changed.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
public: event EventHandler<ProfileUpdatedEventArgs^>^ ProfileUpdated { virtual void add(EventHandler<ProfileUpdatedEventArgs^>^ value) sealed; virtual void remove(EventHandler<ProfileUpdatedEventArgs^>^ value) sealed; }
Implements
IProfileNotification::ProfileUpdatedThe SqlTrackingService periodically examines its database to determine whether one or more of its tracking profiles have been changed. If it detects such a change in a TrackingProfile, it raises the ProfileUpdated event with the tracking profile encapsulated in a ProfileUpdatedEventArgs. The runtime tracking infrastructure uses this event to update its profile cache. You can set ProfileChangeCheckInterval to specify the frequency at which the SqlTrackingService examines its database.
.NET Framework
Available since 3.0
Available since 3.0
Show: