PostSharp / / API Reference / Post­Sharp.​Patterns.​Diagnostics.​Contexts / Correlation­Cookie / Correlation­Cookie
Open sandbox

Constructor CorrelationCookie

CorrelationCookie(ILoggingContext)

Initializes a new CorrelationCookie.

Declaration
public CorrelationCookie(ILoggingContext parentContext)
Parameters
Type Name Description
ILoggingContext parentContext

The parent context (the one of the CreateCorrelationCookie() method).