IReadWriteSync.EndRead
End a read operation
Declaration
Source position: systhrdh.inc line 20
default 
  procedure EndRead;
Description
EndRead signals the end of a read operation. If there was any blocked write operation, that will be unblocked by a call to EndRead.
See also
| Name | Description | 
|---|---|
| IReadWriteSync.BeginRead | Start a read operation. | 
| IReadWriteSync.BeginWrite | Start a write operation. | 
| IReadWriteSync.EndWrite | End a write operation. |