LoggingContext.ParentContext Property |
Note: This API is now obsolete.
Gets the LoggingContext in which the current context was activated. Previously, this was the logical parent instead.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.10.10.0 (6.10.10.0)
C#
[ObsoleteAttribute("This property is now equal to ActivationContext.")] public LoggingContext ParentContext { get; protected set; }