Sdílet prostřednictvím


TraceContextEventArgs(ICollection) Konstruktor

Definice

Inicializuje novou instanci TraceContextEventArgs třídy pomocí poskytnuté kolekce trasovacích záznamů.

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)

Parametry

records
ICollection

Kolekce TraceContextRecord objektů, které představují všechny záznamy trasování protokolované pro aktuální požadavek.

Platí pro

Viz také