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设置为指定TypeTrackingProfile配置文件。

适用于