|
Previous Top Next |
The Thread Limit Global Class has 7 methods, including constructor and destructor. None of those methods should be called by code, only methods from the Thread Limit Class implementation which calls the appropriate methods in the Thread Limit Global Class. For this reason there is no example code for any of those methods. Note that the Procedure name is used as a unique identifier for the procedure. It is stored in the WindowThreads queue, but for searching and comparison it is stored as upper case, so GETting from the queue is case insensitive.
ActivateThread Procedure(String pProcedureName, Long pInstanceToSelect)
AddProcedure Procedure(WINDOW pWin, String pProcedureName, ITThreadLimitClass pProcClass, Byte pMaxRuns),BYTE
RemoveProcedure Procedure(String pProcedureName)
RemoveWindowHandle Procedure(LONG pHandle)
SetProcedureLimit Procedure(String pProcedureName, Long pMaxRun)
Construct Procedure
Destruct Procedure