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
- 상속
- 특성
설명
메모
이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은
런타임 추적 인프라가 in a WorkflowTrackPointTrackingProfile와 일치하면 해당 추적 서비스와 연결된 추적 서비스에 A를 WorkflowTrackingRecord 보냅니 TrackingChannel 다. 추적 서비스는 추적 레코드의 데이터에 필요한 모든 작업을 수행할 수 있습니다.
생성자
| Name | Description |
|---|---|
| WorkflowTrackingRecord() |
사용되지 않음.
WorkflowTrackingRecord 클래스의 새 인스턴스를 초기화합니다. |
| WorkflowTrackingRecord(TrackingWorkflowEvent, DateTime, Int32, EventArgs) |
사용되지 않음.
지정된 값, WorkflowTrackingRecord숫자 및 TrackingWorkflowEvent을 사용하여 클래스의 DateTime 새 인스턴스를 EventArgs 초기화합니다. |
속성
| Name | Description |
|---|---|
| Annotations |
사용되지 않음.
일치하는 주석과 연결된 주석의 WorkflowTrackPoint 컬렉션을 가져옵니다. |
| EventArgs |
사용되지 않음.
특정 유형의 워크플로 상태 이벤트와 연결된 추가 데이터가 포함된 데이터를 가져오거나 설정합니다 EventArgs . |
| EventDateTime |
사용되지 않음.
워크플로 추적 이벤트가 발생한 날짜 및 시간을 가져오거나 설정합니다. |
| EventOrder |
사용되지 않음.
일치하는 워크플로 상태 이벤트의 WorkflowTrackPoint워크플로 인스턴스에서 순서를 나타내는 값을 가져오거나 설정합니다. |
| TrackingWorkflowEvent |
사용되지 않음.
추적 레코드와 연결된 워크플로 상태 이벤트의 유형을 가져오거나 설정합니다. |
메서드
| Name | Description |
|---|---|
| Equals(Object) |
사용되지 않음.
지정된 개체가 현재 개체와 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| GetHashCode() |
사용되지 않음.
기본 해시 함수로 사용됩니다. (다음에서 상속됨 Object) |
| GetType() |
사용되지 않음.
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
사용되지 않음.
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| ToString() |
사용되지 않음.
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |