Datasnap.DSServer.TDSCallbackTunnel.Lock
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
Unit: Datasnap.DSServer | |
Parent: TDSCallbackTunnel |
Delphi
procedure Lock;
C++
void __fastcall Lock();
Description
Prevents other threads from accessing the callback channel.
The Lock method prevents other threads from accessing the callback channel.