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 입니다.

적용 대상

추가 정보