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