WorkflowTrackingRecord 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
包含运行时跟踪基础结构在匹配了 WorkflowTrackPoint 时发送到跟踪服务的数据。 它还用在 WorkflowEvents 属性的返回列表中。
public ref class WorkflowTrackingRecord : System::Workflow::Runtime::Tracking::TrackingRecord
public class WorkflowTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class WorkflowTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
type WorkflowTrackingRecord = class
inherit TrackingRecord
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowTrackingRecord = class
inherit TrackingRecord
Public Class WorkflowTrackingRecord
Inherits TrackingRecord
- 继承
- 属性
注解
备注
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
当运行时跟踪基础结构匹配了 WorkflowTrackPoint 中的 TrackingProfile 时,它会通过与跟踪服务关联的 WorkflowTrackingRecord 将 TrackingChannel 发送到该跟踪服务。 跟踪服务可以执行需要对跟踪记录中的数据执行的任何操作。
构造函数
属性
Annotations |
获取与匹配的 WorkflowTrackPoint 关联的批注的集合。 |
EventArgs |
获取或设置一个 EventArgs,其中包含与某些类型的工作流状态事件关联的附加数据。 |
EventDateTime |
获取或设置工作流跟踪事件发生时的日期和时间。 |
EventOrder |
获取或设置一个值,该值指示工作流实例中与 WorkflowTrackPoint 匹配的工作流状态事件的顺序。 |
TrackingWorkflowEvent |
获取或设置与跟踪记录关联的工作流状态事件的类型。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |