DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ThreadClass | Interfaces | Methods
A simple class with encapsulate basic critical section locking mechanism.
// C# public interface ITGIS_ThreadClass: ITBaseObject { }
' VisualBasic Public Interface ITGIS_ThreadClass Implements ITBaseObject End Class
// Oxygene type ITGIS_ThreadClass = public interface( ITBaseObject ) 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. | |