DK for ActiveX | TatukGIS_XDK11.ITGIS_ThreadClass | Interfaces | Methods
Base class that encapsulates a critical section for thread-safe locking.
// 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 | Enters the internal critical section. | |
| UnlockThread | public | Leaves the internal critical section. | |