다음을 통해 공유


ProfileUpdatedEventArgs 생성자

정의

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

오버로드

ProfileUpdatedEventArgs()

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

ProfileUpdatedEventArgs(Type, TrackingProfile)

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

ProfileUpdatedEventArgs()

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

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

설명

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

적용 대상

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입니다.

profile
TrackingProfile

TrackingProfile입니다.

설명

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

적용 대상