TrackingWorkflowSuspendedEventArgs Kelas

Definisi

Perhatian

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

Berisi informasi tentang alasan instans alur kerja ditangguhkan.

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

Keterangan

Note

Materi ini membahas jenis dan namespace yang usang. Untuk informasi selengkapnya, lihat jenis Deprecated di Windows Workflow Foundation 4.5.

TrackingWorkflowSuspendedEventArgs dihasilkan oleh infrastruktur pelacakan runtime saat instans alur kerja ditangguhkan. TrackingProfile Jika yang terkait dengan instans alur kerja menyertakan WorkflowTrackPoint yang dikonfigurasi TrackingWorkflowEvent untuk TrackingWorkflowSuspendedEventArgs, maka infrastruktur pelacakan alur kerja memasukkannya EventArgs ke dalam WorkflowTrackingRecord yang dikirim ke layanan Pelacakan.

Note

TrackingWorkflowSuspendedEventArgs hanya digunakan oleh layanan pelacakan runtime untuk meneruskan informasi dalam WorkflowTrackingRecord. Data untuk WorkflowRuntime.WorkflowSuspended peristiwa diteruskan dalam WorkflowSuspendedEventArgs.

Properti

Nama Deskripsi
Error
Kedaluwarsa.

Berisi informasi tentang alasan instans alur kerja ditangguhkan. Ini dapat berasal dari Suspend(String) (kesalahan string) atau Error properti yang Anda tetapkan pada SuspendActivity aktivitas.

Metode

Nama Deskripsi
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 Type instans saat ini.

(Diperoleh dari Object)
MemberwiseClone()
Kedaluwarsa.

Membuat salinan dangkal dari Objectsaat ini.

(Diperoleh dari Object)
ToString()
Kedaluwarsa.

Mengembalikan string yang mewakili objek saat ini.

(Diperoleh dari Object)

Berlaku untuk