IDatabaseCanLogPerformance 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 bool CanLogPerformance { get; set; }
Property CanLogPerformance As Boolean
Get
Set
Property Value
Type:
BooleanSee Also