System.SysUtils.IReadWriteSync

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IReadWriteSync = interface

C++

__interface  INTERFACE_UUID("{7B108C52-1D8F-4CDB-9CDF-57E071193D3F}") IReadWriteSync  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

IReadWriteSync is the interface for general reader/writer lock synchronization.

Implement the IReadWriteSync interface to allow your class to provide reader/writer lock synchronization support. Any class implementing IReadWriteSync should override the methods provided in the interface.

See Also