WorkflowTrackingRecord 类

定义

注意

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
继承
WorkflowTrackingRecord
属性

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

当运行时跟踪基础结构与某个TrackingProfile项匹配WorkflowTrackPoint时,它会通过TrackingChannel与该跟踪服务关联的关联向跟踪服务发送WorkflowTrackingRecord跟踪服务。 跟踪服务可以对跟踪记录中的数据执行所需的任何操作。

构造函数

名称 说明
WorkflowTrackingRecord()
已过时.

初始化 WorkflowTrackingRecord 类的新实例。

WorkflowTrackingRecord(TrackingWorkflowEvent, DateTime, Int32, EventArgs)
已过时.

使用指定的值、DateTime数字和EventArgs值初始化类的新实例WorkflowTrackingRecordTrackingWorkflowEvent

属性

名称 说明
Annotations
已过时.

获取与 WorkflowTrackPoint 匹配项关联的批注的集合。

EventArgs
已过时.

获取或设置一个 EventArgs 包含与某些类型的工作流状态事件关联的其他数据。

EventDateTime
已过时.

获取或设置工作流跟踪事件的发生日期和时间。

EventOrder
已过时.

获取或设置一个值,该值指示与匹配的 WorkflowTrackPoint工作流状态事件的工作流实例中的顺序。

TrackingWorkflowEvent
已过时.

获取或设置与跟踪记录关联的工作流状态事件的类型。

方法

名称 说明
Equals(Object)
已过时.

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.

用作默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object的浅表副本。

(继承自 Object)
ToString()
已过时.

返回一个表示当前对象的字符串。

(继承自 Object)

适用于