SqlTrackingService.ProfileUpdated 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當偵測 SqlTrackingService 到 a 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 。