TraceContextEventArgs(ICollection) Constructor

Definition

Initializes a new instance of the TraceContextEventArgs class, using the provided collection of trace records.

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)

Parameters

records
ICollection

A collection of TraceContextRecord objects that represent all the trace records logged for the current request.

Applies to

See also