TraceListener.TraceTransfer Method
Assembly: System (in system.dll)
[ComVisibleAttribute(false)] public: virtual void TraceTransfer ( TraceEventCache^ eventCache, String^ source, int id, String^ message, Guid relatedActivityId )
/** @attribute ComVisibleAttribute(false) */ public void TraceTransfer ( TraceEventCache eventCache, String source, int id, String message, Guid relatedActivityId )
ComVisibleAttribute(false) public function TraceTransfer ( eventCache : TraceEventCache, source : String, id : int, message : String, relatedActivityId : Guid )
Parameters
- eventCache
A TraceEventCache object that contains the current process ID, thread ID, and stack trace information.
- source
A name used to identify the output, typically the name of the application that generated the trace event.
- id
A numeric identifier for the event.
- message
A message to write.
- relatedActivityId
A Guid object identifying a related activity.
Important: |
|---|
| This method is not intended to be called directly by application code but by members of the Debug, Trace, and TraceSource classes to write trace data to output. |
The TraceTransfer method is used for the correlation of related traces. The TraceTransfer method calls the TraceEvent method to process the call, with the eventType level set to Transfer and the relatedActivityIdGuid as a string appended to the message.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Important: