This documentation is archived and is not being maintained.
Trace::CorrelationManager Property
Visual Studio 2010
Gets the correlation manager for the thread for this trace.
Assembly: System (in System.dll)
public: static property CorrelationManager^ CorrelationManager { CorrelationManager^ get (); }
Property Value
Type: System.Diagnostics::CorrelationManagerThe CorrelationManager object associated with the thread for this trace.
Note |
|---|
This is an advanced property that most applications should not have occasion to use. |
The CorrelationManager class provides methods used to store a logical operation identity in a thread-bound context and automatically tag each trace event generated by the thread with the stored identity.
- SecurityPermission
for operating with unmanaged code. Security action: LinkDemand. Associated enumeration: SecurityPermissionFlag::UnmanagedCode
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note