www.icetips.com  Icetips Utilities Documentation 2/23/2010    

Thread Limit Global Class: ICriticalSection

Previous  Top  Next  


The ICriticalSection is an interface declared in CWSYNCH.INT:

 

ICriticalSection    INTERFACE(ISyncObject)

Wait                  PROCEDURE(),DERIVED

Release               PROCEDURE(),DERIVED

Kill                  PROCEDURE(),DERIVED

                   END

 

Please refer to the Clarion documentation and help for more information.  This is used to protect non threaded global data that is used by the Thread Limit Global class.



Direct link to this page: http://www.icetips.com/manuals/utilities/icriticalsection_threadlimit_global.htm