Provides a collection of trace records to any method that handles the TraceContext.TraceFinished event. This class cannot be inherited.
See Also: TraceContextEventArgs Members
The System.Web.TraceContextEventArgs class is used by the System.Web.TraceContext class to provide access to trace records after all the tracing information is gathered during HTTP request processing. By adding an event handler delegate to handle the TraceContext.TraceFinished event, you can process the records, record them to your own data store, or provide them as input to a profiling tool.