TMultiReadExclusiveWriteSynchronizer.Endwrite
Release write access to the resource
Declaration
Source position: systhrdh.inc line 59
public
procedure Endwrite;
Description
Beginwrite is the implementation of IReadWriteSync.EndWrite. It simply leaves the critical section.
Errors
None.
See also
Name | Description |
---|---|
IReadWriteSync.EndWrite | End a write operation. |
BeginWrite | Request write access to the resource. |