Interface IInstrumentable
Denotes an entity that can be instrumented
Inherited Members
Namespace: Azos.Instrumentation
Assembly: Azos.dll
Syntax
public interface IInstrumentable : IExternallyParameterized
Properties
InstrumentationEnabled
Turns on/off instrumentation
Declaration
bool InstrumentationEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |