TraceContextEventArgs.TraceContextEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the TraceContextEventArgs class, using the provided collection of trace records.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public TraceContextEventArgs ( ICollection records )
public function TraceContextEventArgs ( records : ICollection )
Not applicable.
Parameters
- records
A collection of TraceContextRecord objects that represent all the trace records logged for the current request.
Community Additions
ADD
Show: