DK11 for ActiveX | TatukGIS_XDK11.TGIS_ThreadClass | Classes | Methods
A simple class with encapsulate basic critical section locking mechanism.
// C# public class TGIS_ThreadClass : ITGIS_ThreadClass { }
' VisualBasic Public Class TGIS_ThreadClass Implements ITGIS_ThreadClass End Class
// Oxygene type TGIS_ThreadClass = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
LockThread | public | Locks the thread. | |
UnlockThread | public | Unlocks the thread. | |