CorrelationCookie Structure |
Represents a correlation between two LoggingContext. This type is created by the
CreateCorrelationCookie() method.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 5.0.55.0 (5.0.55.0)
C#
public struct CorrelationCookie
The CorrelationCookie type exposes the following members.
Name | Description | |
---|---|---|
CorrelationCookie |
Initializes a new CorrelationCookie.
|
Name | Description | |
---|---|---|
Null |
Gets a default instance of the CorrelationCookie type.
| |
ParentContext |
Gets the parent context (the one of the CreateCorrelationCookie() method).
|
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |