PerfmonObjectsFactoryCreateInstance Method |
Creates a new
PerfmonObjects instance and loads it for the application.
If the cache metadata property is set on the application object, then the object is loaded from the cache.
Namespace:
NetQuarry.Diagnostics
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static PerfmonObjects CreateInstance(
IAppContext appContext
)
Public Shared Function CreateInstance (
appContext As IAppContext
) As PerfmonObjects
Parameters
- appContext
- Type: NetQuarryIAppContext
The application context to use for the collection.
Return Value
Type:
PerfmonObjectsA new PageInfos object
See Also