IProfileNotification 接口

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

为跟踪服务提供一种通知机制,用于将有关特定工作流 TrackingProfileType 更改的信息通知运行时跟踪基础结构。

public interface class IProfileNotification
public interface IProfileNotification
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IProfileNotification
type IProfileNotification = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IProfileNotification = interface
Public Interface IProfileNotification
派生
属性

注解

注意

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

跟踪服务管理可用于运行时跟踪基础结构的跟踪配置文件。 当特定工作流 IProfileNotificationTrackingProfile 发生更改或不再有效时,实现 Type 的跟踪服务可以向运行时跟踪基础结构提供通知。 运行时跟踪基础结构订阅 ProfileUpdatedProfileRemoved 事件,并在引发这些事件时更新其缓存。 这样将可减少运行时跟踪基础结构向跟踪服务请求跟踪配置文件的次数。 注意:运行时跟踪基础结构仍然使用跟踪服务的重载 GetProfile 方法,但不会同样频繁地调用这些方法。

事件

ProfileRemoved
已过时.

在移除了特定工作流类型的 TrackingProfile 时发生。

ProfileUpdated
已过时.

在更新了特定工作流 TrackingProfileType 时发生。

适用于