The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EventProviderTraceListener::TraceData Method (TraceEventCache^, String^, TraceEventType, Int32, array<Object^>^)
.NET Framework (current version)
Writes trace information, a data object and event information to the listener specific output.
Assembly: System.Core (in System.Core.dll)
public: virtual void TraceData( TraceEventCache^ eventCache, String^ source, TraceEventType eventType, int id, ... array<Object^>^ data ) override sealed
Parameters
- eventCache
-
Type:
System.Diagnostics::TraceEventCache^
A TraceEventCache object that contains the current process ID, thread ID, and stack trace information.
- source
-
Type:
System::String^
A name used to identify the output, typically the name of the application that generated the trace event.
- eventType
-
Type:
System.Diagnostics::TraceEventType
One of the TraceEventType values specifying the type of event that has caused the trace.
- id
-
Type:
System::Int32
A numeric identifier for the event.
- data
-
Type:
array<System::Object^>^
An array of objects to emit as data.
.NET Framework
Available since 3.5
Available since 3.5
Show: