Click or drag to resize

DatabaseCanLogPerformance Property

Gets/Sets whether the database can begin to log performance requests. If an application is set (via Logging Feature) to utilize a Diagnostic Service, we can't begin logging database requests until the application has completed loading Feature collections. Otherwise the request for features causes a recursion in the database code.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool CanLogPerformance { get; set; }

Property Value

Type: Boolean

Implements

IDatabaseCanLogPerformance
See Also