TraceContextEventArgs(ICollection) 构造函数

定义

使用提供的跟踪记录集合来初始化 TraceContextEventArgs 类的新实例。

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)

参数

records
ICollection

TraceContextRecord 对象的集合,表示当前请求的所有跟踪记录。

适用于

另请参阅