Bagikan melalui


TraceContextEventArgs(ICollection) Konstruktor

Definisi

Menginisialisasi instans TraceContextEventArgs baru kelas, menggunakan kumpulan rekaman jejak yang disediakan.

public:
 TraceContextEventArgs(System::Collections::ICollection ^ records);
public TraceContextEventArgs (System.Collections.ICollection records);
new System.Web.TraceContextEventArgs : System.Collections.ICollection -> System.Web.TraceContextEventArgs
Public Sub New (records As ICollection)

Parameter

records
ICollection

Kumpulan TraceContextRecord objek yang mewakili semua rekaman jejak yang dicatat untuk permintaan saat ini.

Berlaku untuk

Lihat juga