LoggingContext.CreateCorrelationCookie Method |
Creates a cookie that can be used to correlate, using the SetCorrelation(CorrelationCookie) method, another context
to the current context.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.8.6.0 (6.8.6.0)

C#
public virtual CorrelationCookie CreateCorrelationCookie()
Return Value
Type: CorrelationCookieA CorrelationCookie, or Null if the current context (and the current back-end) does not support correlations.
