|
<< Click to Display Table of Contents >> Navigation: Classes > TIWHashTableLock > Methods > BeginReadExclusive |
SIGNATURE=IWHashTableLock.TIWHashTableLock.BeginReadExclusive@Int64@Integer@Boolean
ETYPE=Method
Declaration:
Delphi: |
public class function BeginReadExclusive(var ATarget: Int64; AKey: Integer; var AItemAleadyLocked: Boolean): Boolean; |
C++: |
public: __fastcall bool BeginReadExclusive(__int64 ATarget, int AKey, bool AItemAleadyLocked); |
Description: This is BeginReadExclusive, a member of class TIWHashTableLock.