ProfileRemovedEventArgs 构造函数

定义

初始化 ProfileRemovedEventArgs 类的新实例。

重载

名称 说明
ProfileRemovedEventArgs()

初始化 ProfileRemovedEventArgs 类的新实例。

ProfileRemovedEventArgs(Type)

初始化应用于指定工作流ProfileRemovedEventArgsType类的新实例。

ProfileRemovedEventArgs()

初始化 ProfileRemovedEventArgs 类的新实例。

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

注解

如果在跟踪服务中引发 ProfileRemoved 事件时使用此构造函数,则必须显式设置 WorkflowType

适用于

ProfileRemovedEventArgs(Type)

初始化应用于指定工作流ProfileRemovedEventArgsType类的新实例。

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设置为指定的 WorkflowTypeType

适用于