deEngineServices..::..createUpdatecDevWorkflowPerformanceCounters Method
Creates the updatec dev workflow performance counters.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static void createUpdatecDevWorkflowPerformanceCounters( ref PerformanceCounter oCanLaunchCounter, ref PerformanceCounter oDidLaunchCounter, ref PerformanceCounter oRunningInMemoryCounter, ref PerformanceCounter oNumberOfActiveTenantsCounter, ref PerformanceCounter oConfigurationChanges )
Public Shared Sub createUpdatecDevWorkflowPerformanceCounters ( _ ByRef oCanLaunchCounter As PerformanceCounter, _ ByRef oDidLaunchCounter As PerformanceCounter, _ ByRef oRunningInMemoryCounter As PerformanceCounter, _ ByRef oNumberOfActiveTenantsCounter As PerformanceCounter, _ ByRef oConfigurationChanges As PerformanceCounter _ )
public: static void createUpdatecDevWorkflowPerformanceCounters( PerformanceCounter^% oCanLaunchCounter, PerformanceCounter^% oDidLaunchCounter, PerformanceCounter^% oRunningInMemoryCounter, PerformanceCounter^% oNumberOfActiveTenantsCounter, 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.
- oNumberOfActiveTenantsCounter
- Type: PerformanceCounter%
The o number of active tenants counter.
- oConfigurationChanges
- Type: PerformanceCounter%
The o configuration changes.