Represents a correlation between two LoggingContext. This type is created by the CreateCorrelationCookie() method.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public struct CorrelationCookieConstructors
| Name | Description |
|---|---|
| CorrelationCookie(ILoggingContext) | Initializes a new CorrelationCookie. |
Properties
| Name | Description |
|---|---|
| Null | Gets a default instance of the CorrelationCookie type. |
| ParentContext | Gets the parent context (the one of the CreateCorrelationCookie() method). |