deEngineServices..::..performSingleDatabaseProcessing Method
Performs the single database processing.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static void performSingleDatabaseProcessing( bool isMultiTenant, engineServices oService, ref Timer oProcTimer, deServerSession oServerSession, int iProcessesToLaunch, int iServiceInterval, int iServiceMaxNoWork, ref int iMaxNoWorkWaitCount, int iMaxNoWorkWait, PerformanceCounter oRunningInMemoryCounter, PerformanceCounter oCanLaunchCounter, PerformanceCounter oDidLaunchCounter )
Public Shared Sub performSingleDatabaseProcessing ( _ isMultiTenant As Boolean, _ oService As engineServices, _ ByRef oProcTimer As Timer, _ oServerSession As deServerSession, _ iProcessesToLaunch As Integer, _ iServiceInterval As Integer, _ iServiceMaxNoWork As Integer, _ ByRef iMaxNoWorkWaitCount As Integer, _ iMaxNoWorkWait As Integer, _ oRunningInMemoryCounter As PerformanceCounter, _ oCanLaunchCounter As PerformanceCounter, _ oDidLaunchCounter As PerformanceCounter _ )
public: static void performSingleDatabaseProcessing( bool^ isMultiTenant, engineServices^ oService, Timer^% oProcTimer, deServerSession^ oServerSession, int^ iProcessesToLaunch, int^ iServiceInterval, int^ iServiceMaxNoWork, int^% iMaxNoWorkWaitCount, int^ iMaxNoWorkWait, PerformanceCounter^ oRunningInMemoryCounter, PerformanceCounter^ oCanLaunchCounter, PerformanceCounter^ oDidLaunchCounter )
Parameters
- isMultiTenant
- Type: Boolean
Is multi-tenant environment
- oService
- Type: FlowWright.cDevDeAPI..::..engineServices
The o service.
- oProcTimer
- Type: Timer%
The o proc timer.
- oServerSession
- Type: deServerSession
The o parm.
- iProcessesToLaunch
- Type: Int32
The i processes to launch.
- iServiceInterval
- Type: Int32
The i service interval.
- iServiceMaxNoWork
- Type: Int32
The i service maximum no work.
- iMaxNoWorkWaitCount
- Type: Int32%
The i maximum no work wait count.
- iMaxNoWorkWait
- Type: Int32
The i maximum no work wait.
- oRunningInMemoryCounter
- Type: PerformanceCounter
The o running in memory counter.
- oCanLaunchCounter
- Type: PerformanceCounter
The o can launch counter.
- oDidLaunchCounter
- Type: PerformanceCounter
The o did launch counter.