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

适用于

另请参阅