CorrelationCookie Constructor |
Initializes a new CorrelationCookie.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public CorrelationCookie( ILoggingContext parentContext )
Parameters
- parentContext
- Type: PostSharp.Patterns.Diagnostics.Contexts.ILoggingContext
The parent context (the one of the CreateCorrelationCookie() method).