WorkflowTrackingRecord.TrackingWorkflowEvent 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
추적 레코드와 연결된 워크플로 상태 이벤트 형식을 가져오거나 설정합니다.
public:
property System::Workflow::Runtime::Tracking::TrackingWorkflowEvent TrackingWorkflowEvent { System::Workflow::Runtime::Tracking::TrackingWorkflowEvent get(); void set(System::Workflow::Runtime::Tracking::TrackingWorkflowEvent value); };
public System.Workflow.Runtime.Tracking.TrackingWorkflowEvent TrackingWorkflowEvent { get; set; }
member this.TrackingWorkflowEvent : System.Workflow.Runtime.Tracking.TrackingWorkflowEvent with get, set
Public Property TrackingWorkflowEvent As TrackingWorkflowEvent
속성 값
TrackingWorkflowEvent 값 중 하나입니다.
설명
TrackingWorkflowEvent
는 런타임 추적 인프라에 의해 일치되고 TrackingWorkflowEvent가 전송되게 한 워크플로 상태 이벤트를 나타내는 WorkflowTrackingRecord 값 중 하나를 포함합니다. 워크플로 인스턴스의 현재 상태를 반영합니다. 워크플로 인스턴스는 워크플로 인스턴스의 상태가 변경될 때만 워크플로 상태 이벤트를 내보내므로 WorkflowTrackPoint는 워크플로 상태가 변경될 때만 일치시킬 수 있습니다.
이 속성은 런타임 추적 인프라에서 설정합니다.