Click or drag to resize

ActivityScopeNullScope Property

Gets null activity scope that does nothing (it does not use Correlation Manager at all).

Namespace:  Atalasoft.Shared.Diagnostics
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public static ActivityScope NullScope { get; }

Property Value

Type: ActivityScope
Remarks
We need this to optimize situations when activity logging is turned off.
See Also