IProfileNotification.ProfileUpdated 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在更新特定工作流程 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 使用。 工作流程 Type 和 TrackingProfile 是在 ProfileUpdatedEventArgs 中傳遞。