Skip to content

TMultiReadExclusiveWriteSynchronizer.Destroy

Destroys the TMultiReadExclusiveWriteSynchronizer instance

Declaration

Source position: systhrdh.inc line 57

public 
  destructor Destroy;  Override;

Description

Create destroys the instance of TMultiReadExclusiveWriteSynchronizer. It frees the TRTLCriticalSection it initialized, and calls the inherited destructor.

Errors

None.

See also

Name Description
TRTLCriticalSection A critical section.