Represents activity correlation information for a WCF trace event. Used to correlate related trace events across service boundaries by sharing a common activity identifier.
Correlation
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.Correlation
02 Properties
| Name | Overloads | Summary |
|---|---|---|
| ActivityID | 1 | Gets or sets the activity identifier used for correlating related trace events. |
03 Members
ActivityID
Gets or sets the activity identifier used for correlating related trace events. Typically a globally unique identifier (GUID) that links events belonging to the same logical operation.
Returns
A string containing the activity ID.