TMultiReadExclusiveWriteSynchronizer.Beginread
Request read access to the resource
Declaration
Source position: systhrdh.inc line 60
public
procedure Beginread;
Description
BeginRead is the implementation of IReadWriteSync.BeginRead. It simply attempts to enter the critical section.
Errors
None.
See also
| Name | Description |
|---|---|
| IReadWriteSync.BeginRead | Start a read operation. |
| EndRead | Release read access to the resource |