ProfileRemovedEventArgs Konstruktory

Definice

Inicializuje novou instanci ProfileRemovedEventArgs třídy .

Přetížení

ProfileRemovedEventArgs()

Inicializuje novou instanci ProfileRemovedEventArgs třídy .

ProfileRemovedEventArgs(Type)

Inicializuje novou instanci ProfileRemovedEventArgs třídy, která se vztahuje na zadaný pracovní postup Type.

ProfileRemovedEventArgs()

Inicializuje novou instanci ProfileRemovedEventArgs třídy .

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

Poznámky

Pokud tento konstruktor použijete při vyvolání ProfileRemoved události uvnitř sledovací služby, musíte explicitně nastavit WorkflowType.

Platí pro

ProfileRemovedEventArgs(Type)

Inicializuje novou instanci ProfileRemovedEventArgs třídy, která se vztahuje na zadaný pracovní postup 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)

Parametry

workflowType
Type

Pracovní postup Type , pro který TrackingProfile má být odebrán.

Poznámky

Vytvoří se nová instance s ProfileRemovedEventArgsWorkflowType nastavenou na zadanou Type.

Platí pro