SqlTrackingService::ProfileRemoved Event
.NET Framework (current version)
Occurs when the SqlTrackingService detects that a TrackingProfile has been deleted.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
public: event EventHandler<ProfileRemovedEventArgs^>^ ProfileRemoved { virtual void add(EventHandler<ProfileRemovedEventArgs^>^ value) sealed; virtual void remove(EventHandler<ProfileRemovedEventArgs^>^ value) sealed; }
Implements
IProfileNotification::ProfileRemovedThe SqlTrackingService periodically examines its database to determine whether one or more of its tracking profiles have been deleted. If it detects that a TrackingProfile has been deleted, it raises the ProfileRemoved event and puts the workflow Type in the ProfileRemovedEventArgs. 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: