Datasnap.DSServer.TDSCallbackTunnel.UnLock

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 UnLock;

C++

void __fastcall UnLock();

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