TraceContextEventArgs(ICollection) Konstruktor

Definicja

Inicjuje TraceContextEventArgs nowe wystąpienie klasy przy użyciu udostępnionej kolekcji rekordów śledzenia.

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

Kolekcja TraceContextRecord obiektów reprezentujących wszystkie rekordy śledzenia zarejestrowane dla bieżącego żądania.

Dotyczy

Zobacz też