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的新实例。