Partager via


ProfileRemovedEventArgs Constructeurs

Définition

Initialise une nouvelle instance de la classe ProfileRemovedEventArgs.

Surcharges

ProfileRemovedEventArgs()

Initialise une nouvelle instance de la classe ProfileRemovedEventArgs.

ProfileRemovedEventArgs(Type)

Initialise une nouvelle instance de la classe ProfileRemovedEventArgs qui s'applique au Type de workflow spécifié.

ProfileRemovedEventArgs()

Initialise une nouvelle instance de la classe ProfileRemovedEventArgs.

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

Remarques

Si vous utilisez ce constructeur lorsque vous déclenchez un événement ProfileRemoved à l'intérieur d'un service de suivi, vous devez définir WorkflowType explicitement.

S’applique à

ProfileRemovedEventArgs(Type)

Initialise une nouvelle instance de la classe ProfileRemovedEventArgs qui s'applique au Type de workflow spécifié.

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)

Paramètres

workflowType
Type

Type de workflow pour lequel le TrackingProfile doit être supprimé.

Remarques

Une nouvelle instance de ProfileRemovedEventArgs est créée avec WorkflowType défini au Type spécifié.

S’applique à