Bagikan melalui


ProfileRemovedEventArgs Konstruktor

Definisi

Menginisialisasi instans baru kelas ProfileRemovedEventArgs.

Overload

ProfileRemovedEventArgs()

Menginisialisasi instans baru kelas ProfileRemovedEventArgs.

ProfileRemovedEventArgs(Type)

Menginisialisasi instans ProfileRemovedEventArgs baru kelas yang berlaku untuk alur Typekerja yang ditentukan .

ProfileRemovedEventArgs()

Menginisialisasi instans baru kelas ProfileRemovedEventArgs.

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

Keterangan

Jika Anda menggunakan konstruktor ini saat menaikkan ProfileRemoved peristiwa di dalam layanan pelacakan, Anda harus secara eksplisit mengatur WorkflowType.

Berlaku untuk

ProfileRemovedEventArgs(Type)

Menginisialisasi instans ProfileRemovedEventArgs baru kelas yang berlaku untuk alur Typekerja yang ditentukan .

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)

Parameter

workflowType
Type

Alur Type kerja yang TrackingProfile harus dihapus.

Keterangan

Instans ProfileRemovedEventArgs baru dibuat dengan WorkflowType diatur ke yang ditentukan Type.

Berlaku untuk