다음을 통해 공유


SqlTrackingWorkflowInstance.UserEvents 속성

정의

런타임 추적 인프라가 이 워크플로 인스턴스에 대해 SqlTrackingService 데이터베이스로 보낸 사용자 추적 레코드 목록을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::UserTrackingRecord ^> ^ UserEvents { System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::UserTrackingRecord ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.UserTrackingRecord> UserEvents { get; }
member this.UserEvents : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.UserTrackingRecord>
Public ReadOnly Property UserEvents As IList(Of UserTrackingRecord)

속성 값

IList<UserTrackingRecord>

런타임 추적 인프라가 이 워크플로 인스턴스에 대해 추적 데이터베이스로 보낸 UserTrackingRecord 개체 목록입니다.

설명

AutoRefreshtrue이면 UserEvents는 현재 시간까지 이 워크플로 인스턴스에 대해 전송된 모든 사용자 추적 레코드를 포함합니다. AutoRefreshfalse이면 UserEvents는 마지막 Refresh까지 전송된 사용자 추적 레코드를 포함합니다.

UserEvents는 런타임 추적 인프라가 이 워크플로 인스턴스에 대해 데이터베이스로 보낸 사용자 추적 레코드를 포함합니다. 워크플로 인스턴스가 인스턴스에 대한 UserTrackPoint에 지정된 TrackingProfile에 해당하는 사용자 이벤트를 내보내는 경우에만 워크플로 런타임 엔진 추적 인프라에서 사용자 추적 레코드를 보냅니다.

적용 대상