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 は、そのデータベースを定期的に調べて、追跡プロファイルのうちの 1 つ以上が変更されているかどうかを判断します。 TrackingProfile が変更されていることを検出した場合は、その追跡プロファイルを ProfileUpdated にカプセル化して ProfileUpdatedEventArgs イベントを発生させます。 ランタイム追跡インフラストラクチャは、このイベントを使用してプロファイル キャッシュを更新します。 ProfileChangeCheckInterval を設定して、SqlTrackingService でデータベースを調べる頻度を指定できます。

適用対象