IPerfmonLoggingRegisterPerfmonCounterInstance Method |
Registers Instances of Perfmon Counters into the Performance Monitoring System
Namespace:
NetQuarry.Diagnostics
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxvoid RegisterPerfmonCounterInstance(
IAppContext cxt
)
Sub RegisterPerfmonCounterInstance (
cxt As IAppContext
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The current IAppContext context object.
See Also