IProfileNotification.ProfileRemoved 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在移除特定工作流程類型的 TrackingProfile 時發生。
public:
event EventHandler<System::Workflow::Runtime::Tracking::ProfileRemovedEventArgs ^> ^ ProfileRemoved;
event EventHandler<System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs> ProfileRemoved;
member this.ProfileRemoved : EventHandler<System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs>
Event ProfileRemoved As EventHandler(Of ProfileRemovedEventArgs)
事件類型
備註
追蹤服務可以引發 ProfileRemoved 事件,以通知執行階段追蹤基礎結構不應再追蹤在 Type 中指定的工作流程 ProfileRemovedEventArgs 的新執行個體。