Information
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::TraceTransfer Method (TraceEventCache^, String^, Int32, String^, Guid)

 

Writes trace information, a message, a related activity identity and event information to the listener specific output.

Namespace:   System.Diagnostics.Eventing
Assembly:  System.Core (in System.Core.dll)

public:
[SecurityCriticalAttribute]
virtual void TraceTransfer(
	TraceEventCache^ eventCache,
	String^ source,
	int id,
	String^ message,
	Guid relatedActivityId
) 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.

id
Type: System::Int32

A numeric identifier for the event.

message
Type: System::String^

A message to write.

relatedActivityId
Type: System::Guid

A Guid object identifying a related activity.

.NET Framework
Available since 3.5
Return to top
Show: