[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destroys the TMultiReadExclusiveWriteSynchronizer instance
Source position: systhrdh.inc line 50
public destructor TMultiReadExclusiveWriteSynchronizer.Destroy; override; |
Create destroys the instance of TMultiReadExclusiveWriteSynchronizer. It frees the TRTLCriticalSection it initialized, and calls the inherited destructor.
None.
|
A critical section. |