Datasnap.DSServer.TDSCallbackTunnel.UnLock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnLock;

C++

void __fastcall UnLock();

Properties

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

Description

UnLocks the callback channel, allowing other threads to access it.

The UnLock method unlocks the callback channel, allowing other threads to access it.

See Also