PerfmonObjectsLoad Method |
Loads the PerfmonObjects from the metadata database. Note that the collection is cleared first.
Namespace:
NetQuarry.Diagnostics
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int Load(
IAppContext appContext
)
Public Function Load (
appContext As IAppContext
) As Integer
Parameters
- appContext
- Type: NetQuarryIAppContext
The application context object
Return Value
Type:
Int32The number of PerfmonObjects in the collection.
See Also