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

适用于