IProfileNotification.ProfileUpdated イベント

定義

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

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で渡されます。

適用対象