ProfileUpdatedEventArgs Constructores

Definición

Inicializa una nueva instancia de la clase ProfileUpdatedEventArgs.

Sobrecargas

Nombre Description
ProfileUpdatedEventArgs()

Inicializa una nueva instancia de la clase ProfileUpdatedEventArgs.

ProfileUpdatedEventArgs(Type, TrackingProfile)

Inicializa una nueva instancia de la ProfileUpdatedEventArgs clase que especifica un nuevo TrackingProfile para el flujo de trabajo Typeespecificado.

ProfileUpdatedEventArgs()

Inicializa una nueva instancia de la clase ProfileUpdatedEventArgs.

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

Comentarios

Si usa este constructor al generar un ProfileUpdated evento dentro de un servicio de seguimiento, debe establecer WorkflowType explícitamente y TrackingProfile.

Se aplica a

ProfileUpdatedEventArgs(Type, TrackingProfile)

Inicializa una nueva instancia de la ProfileUpdatedEventArgs clase que especifica un nuevo TrackingProfile para el flujo de trabajo Typeespecificado.

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)

Parámetros

workflowType
Type

de Type flujo de trabajo para el TrackingProfile que ha cambiado.

profile
TrackingProfile

El nuevo TrackingProfile.

Comentarios

Se crea una nueva instancia de ProfileUpdatedEventArgs con WorkflowType establecido en el especificado Type y TrackingProfile establecido en el perfil especificado.

Se aplica a