deEngineServices..::..createUpdateESBPerformanceCounters Method
Creates the update esb performance counters.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static void createUpdateESBPerformanceCounters( ref PerformanceCounter oCanLaunchCounter, ref PerformanceCounter oDidLaunchCounter, ref PerformanceCounter oRunningInMemoryCounter, ref PerformanceCounter oConfigurationChanges )
Public Shared Sub createUpdateESBPerformanceCounters ( _ ByRef oCanLaunchCounter As PerformanceCounter, _ ByRef oDidLaunchCounter As PerformanceCounter, _ ByRef oRunningInMemoryCounter As PerformanceCounter, _ ByRef oConfigurationChanges As PerformanceCounter _ )
public: static void createUpdateESBPerformanceCounters( PerformanceCounter^% oCanLaunchCounter, PerformanceCounter^% oDidLaunchCounter, PerformanceCounter^% oRunningInMemoryCounter, PerformanceCounter^% oConfigurationChanges )
Parameters
- oCanLaunchCounter
- Type: PerformanceCounter%
The o can launch counter.
- oDidLaunchCounter
- Type: PerformanceCounter%
The o did launch counter.
- oRunningInMemoryCounter
- Type: PerformanceCounter%
The o running in memory counter.
- oConfigurationChanges
- Type: PerformanceCounter%
The o configuration changes.