ProfileUpdatedEventArgs Kelas

Definisi

Perhatian

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Menyediakan data untuk peristiwa tersebut ProfileUpdated . Kelas ini tidak dapat diwariskan.

public ref class ProfileUpdatedEventArgs sealed : EventArgs
public sealed class ProfileUpdatedEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class ProfileUpdatedEventArgs : EventArgs
type ProfileUpdatedEventArgs = class
    inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ProfileUpdatedEventArgs = class
    inherit EventArgs
Public NotInheritable Class ProfileUpdatedEventArgs
Inherits EventArgs
Warisan
ProfileUpdatedEventArgs
Atribut

Keterangan

Catatan

Materi ini membahas jenis dan namespace layanan yang sudah tidak digunakan. Untuk informasi selengkapnya, lihat Jenis yang Tidak Digunakan Lagi di Windows Workflow Foundation 4.5.

Layanan pelacakan yang mengimplementasikan IProfileNotification antarmuka meningkatkan ProfileUpdated peristiwa untuk memberi tahu infrastruktur pelacakan runtime bahwa TrackingProfile untuk alur Type kerja tertentu telah berubah. Layanan pelacakan menggunakan ProfileUpdatedEventArgs untuk menyediakan alur Type kerja dan yang baru TrackingProfile untuk infrastruktur pelacakan runtime. Misalnya, SqlTrackingService menggunakan ProfileUpdatedEventArgs saat meningkatkan SqlTrackingService.ProfileUpdated peristiwa. Saat menerima ProfileUpdated peristiwa, infrastruktur pelacakan runtime akan memperbarui profil pelacakan untuk alur Type kerja yang ditentukan di cache profilnya.

Konstruktor

ProfileUpdatedEventArgs()
Kedaluwarsa.

Menginisialisasi instans baru kelas ProfileUpdatedEventArgs.

ProfileUpdatedEventArgs(Type, TrackingProfile)
Kedaluwarsa.

Menginisialisasi instans ProfileUpdatedEventArgs baru kelas yang menentukan baru TrackingProfile untuk alur Typekerja yang ditentukan .

Properti

TrackingProfile
Kedaluwarsa.

Mendapatkan atau mengatur yang baru TrackingProfile untuk Jenis alur kerja.

WorkflowType
Kedaluwarsa.

Mendapatkan atau mengatur Type alur kerja yang TrackingProfile harus diperbarui.

Metode

Equals(Object)
Kedaluwarsa.

Menentukan apakah objek yang ditentukan sama dengan objek saat ini.

(Diperoleh dari Object)
GetHashCode()
Kedaluwarsa.

Berfungsi sebagai fungsi hash default.

(Diperoleh dari Object)
GetType()
Kedaluwarsa.

Mendapatkan dari instans Type saat ini.

(Diperoleh dari Object)
MemberwiseClone()
Kedaluwarsa.

Membuat salinan dangkal dari saat ini Object.

(Diperoleh dari Object)
ToString()
Kedaluwarsa.

Mengembalikan string yang mewakili objek saat ini.

(Diperoleh dari Object)

Berlaku untuk