Datasnap.DSCommon.TDSClientCallbackChannelManager.UnregisterCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UnregisterCallback(const CallbackId: string): Boolean;

C++

bool __fastcall UnregisterCallback(const System::UnicodeString CallbackId);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Unregisters a callback from the channel manager.

The UnregisterCallback method unregisters a callback from the channel manager. The CallbackId parameter is a unique name identifying the callback.

UnregisterCallback returns True if the callback was successfully unregistered, False otherwise.

See Also