다음을 통해 공유


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 개체 컬렉션입니다.

적용 대상

추가 정보