TraceContextEventArgs(ICollection) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用提供的跟踪记录集合来初始化 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 对象的集合,表示当前请求的所有跟踪记录。