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 中傳遞。

適用於