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: 11.4.0.9.0.377 (.NET 4.5.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