다음을 통해 공유


ProfileRemovedEventArgs 생성자

정의

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

오버로드

ProfileRemovedEventArgs()

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

ProfileRemovedEventArgs(Type)

지정된 워크플로 ProfileRemovedEventArgs에 적용되는 Type 클래스의 새 인스턴스를 초기화합니다.

ProfileRemovedEventArgs()

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

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

설명

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

적용 대상

ProfileRemovedEventArgs(Type)

지정된 워크플로 ProfileRemovedEventArgs에 적용되는 Type 클래스의 새 인스턴스를 초기화합니다.

public:
 ProfileRemovedEventArgs(Type ^ workflowType);
public ProfileRemovedEventArgs (Type workflowType);
new System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs : Type -> System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs
Public Sub New (workflowType As Type)

매개 변수

workflowType
Type

Type을 제거해야 하는 워크플로 TrackingProfile입니다.

설명

ProfileRemovedEventArgs이 지정된 WorkflowType으로 설정된 Type의 새 인스턴스가 만들어집니다.

적용 대상