Datasnap.DSServer.TDSCallbackTunnel.Lock

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also