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 オブジェクトのコレクション。

適用対象

こちらもご覧ください