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
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

런타임 추적 인프라는 WorkflowTrackPointTrackingProfile를 일치시킬 때 추적 서비스와 연결된 WorkflowTrackingRecord을 통해 TrackingChannel를 추적 서비스로 보냅니다. 추적 서비스는 추적 레코드의 데이터에 필요한 모든 작업을 수행할 수 있습니다.

생성자

WorkflowTrackingRecord()

WorkflowTrackingRecord 클래스의 새 인스턴스를 초기화합니다.

WorkflowTrackingRecord(TrackingWorkflowEvent, DateTime, Int32, EventArgs)

지정된 WorkflowTrackingRecord 값, TrackingWorkflowEvent, 숫자 및 DateTime를 사용하여 EventArgs 클래스의 새 인스턴스를 초기화합니다.

속성

Annotations

일치된 WorkflowTrackPoint와 연결된 주석 컬렉션을 가져옵니다.

EventArgs

특정 형식의 워크플로 상태 이벤트와 연결된 추가 데이터를 포함하는 EventArgs를 가져오거나 설정합니다.

EventDateTime

워크플로 추적 이벤트가 발생한 날짜와 시간을 가져오거나 설정합니다.

EventOrder

WorkflowTrackPoint와 일치된 워크플로 상태 이벤트의 워크플로 인스턴스 내 순서를 나타내는 값을 가져오거나 설정합니다.

TrackingWorkflowEvent

추적 레코드와 연결된 워크플로 상태 이벤트 형식을 가져오거나 설정합니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상