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 中传递。