Share via


UserTrackingRecord 생성자

정의

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

오버로드

UserTrackingRecord()

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

UserTrackingRecord(Type, String, Guid, Guid, DateTime, Int32, String, Object)

지정된 매개 변수를 사용하여 UserTrackingRecord 클래스의 새 인스턴스를 초기화합니다.

설명

런타임 추적 인프라에서 생성자를 호출합니다.

UserTrackingRecord()

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

public:
 UserTrackingRecord();
public UserTrackingRecord ();
Public Sub New ()

설명

런타임 추적 인프라에서 생성자를 호출합니다.

적용 대상

UserTrackingRecord(Type, String, Guid, Guid, DateTime, Int32, String, Object)

지정된 매개 변수를 사용하여 UserTrackingRecord 클래스의 새 인스턴스를 초기화합니다.

public:
 UserTrackingRecord(Type ^ activityType, System::String ^ qualifiedName, Guid contextGuid, Guid parentContextGuid, DateTime eventDateTime, int eventOrder, System::String ^ userDataKey, System::Object ^ userData);
public UserTrackingRecord (Type activityType, string qualifiedName, Guid contextGuid, Guid parentContextGuid, DateTime eventDateTime, int eventOrder, string userDataKey, object userData);
new System.Workflow.Runtime.Tracking.UserTrackingRecord : Type * string * Guid * Guid * DateTime * int * string * obj -> System.Workflow.Runtime.Tracking.UserTrackingRecord
Public Sub New (activityType As Type, qualifiedName As String, contextGuid As Guid, parentContextGuid As Guid, eventDateTime As DateTime, eventOrder As Integer, userDataKey As String, userData As Object)

매개 변수

activityType
Type

사용자 이벤트와 연결된 활동의 Type입니다.

qualifiedName
String

사용자 이벤트와 연결된 활동의 QualifiedName입니다.

contextGuid
Guid

사용자 이벤트와 연결된 활동의 ActivityExecutionContext를 식별하는 번호입니다.

parentContextGuid
Guid

사용자 이벤트와 연결된 활동의 부모 활동 ActivityExecutionContext를 식별하는 번호입니다.

eventDateTime
DateTime

추적 레코드와 연결된 사용자 이벤트의 날짜와 시간을 나타내는 DateTime입니다.

eventOrder
Int32

이 추적 레코드와 연결된 사용자 이벤트가 워크플로 인스턴스에서 발생한 상대 순서입니다.

userDataKey
String

이 추적 레코드에 대한 사용자 데이터와 연결된 키나 null 참조(Visual Basic의 경우 Nothing)입니다.

userData
Object

사용자 이벤트와 연결된 사용자 데이터입니다.

적용 대상