ProfileUpdatedEventArgs 생성자

정의

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

오버로드

Name Description
ProfileUpdatedEventArgs()

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

ProfileUpdatedEventArgs(Type, TrackingProfile)

지정된 워크플로ProfileUpdatedEventArgs에 대한 새 인스턴스를 TrackingProfile 지정하는 클래스의 새 Type 인스턴스를 초기화합니다.

ProfileUpdatedEventArgs()

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

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

설명

추적 서비스 내에서 이벤트를 발생 ProfileUpdated 시에이 생성자를 사용 하는 경우 명시적으로 설정 WorkflowType 하 고 TrackingProfile해야 합니다.

적용 대상

ProfileUpdatedEventArgs(Type, TrackingProfile)

지정된 워크플로ProfileUpdatedEventArgs에 대한 새 인스턴스를 TrackingProfile 지정하는 클래스의 새 Type 인스턴스를 초기화합니다.

public:
 ProfileUpdatedEventArgs(Type ^ workflowType, System::Workflow::Runtime::Tracking::TrackingProfile ^ profile);
public ProfileUpdatedEventArgs(Type workflowType, System.Workflow.Runtime.Tracking.TrackingProfile profile);
new System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs : Type * System.Workflow.Runtime.Tracking.TrackingProfile -> System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs
Public Sub New (workflowType As Type, profile As TrackingProfile)

매개 변수

workflowType
Type

Type 변경된 워크플로입니다TrackingProfile.

설명

지정된 프로필로 설정되고 ProfileUpdatedEventArgs 지정된 WorkflowType 프로필로 Type 설정된 새 인스턴스 TrackingProfile 가 만들어집니다.

적용 대상