SqlTrackingService.ProfileUpdated 事件

定义

检测到 SqlTrackingService 已更改时 TrackingProfile 发生。

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) 

事件类型

实现

注解

定期 SqlTrackingService 检查其数据库,以确定其一个或多个跟踪配置文件是否已更改。 如果检测到此类更改 TrackingProfile,则会引发 ProfileUpdated 事件,其中包含封装在一个 ProfileUpdatedEventArgs中的跟踪配置文件。 运行时跟踪基础结构使用此事件来更新其配置文件缓存。 可以设置为 ProfileChangeCheckInterval 指定检查其数据库的频率 SqlTrackingService

适用于