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 的新实例进行跟踪。