Datasnap.DSServer.TDSCallbackTunnel.Lock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Lock;

C++

void __fastcall Lock();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnel

Description

Prevents other threads from accessing the callback channel.

The Lock method prevents other threads from accessing the callback channel.

See Also