PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​ContextsCorrelation­CookieCorrelation­Cookie
Open sandboxFocus

CorrelationCookie Constructor

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).