Trace::CorrelationManager Property
Gets the correlation manager for the thread for this trace.
Assembly: System (in System.dll)
public: property CorrelationManager^ CorrelationManager { [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] static CorrelationManager^ get(); }
Property Value
Type: System.Diagnostics::CorrelationManager^The 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.
for operating with unmanaged code. Security action: LinkDemand. Associated enumeration: SecurityPermissionFlag::UnmanagedCode
Available since 2.0
