IProfileNotification.ProfileUpdated イベント

定義

特定のワークフロー TrackingProfile に対する Type が更新されたときに発生します。

public:
 event EventHandler<System::Workflow::Runtime::Tracking::ProfileUpdatedEventArgs ^> ^ ProfileUpdated;
event EventHandler<System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs> ProfileUpdated;
member this.ProfileUpdated : EventHandler<System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs> 
Event ProfileUpdated As EventHandler(Of ProfileUpdatedEventArgs) 

イベントの種類

注釈

追跡サービスは ProfileUpdated イベントを出すことにより、特定のワークフロー TrackingProfile の新しい Type が使用可能であることをランタイム追跡インフラストラクチャに通知することができます。 ワークフロー TypeTrackingProfile は、ProfileUpdatedEventArgs で渡されます。

適用対象