Datasnap.DSCommon.TDSClientCallbackChannelManager.GetCallbackIds

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSClientCallbackChannelManager

Delphi

function GetCallbackIds: TArray<string>;

C++

System::DynamicArray<System::UnicodeString> __fastcall GetCallbackIds();

Description

Returns a list of all callback IDs registered with this manager.

The GetCallbackIds method returns a list of all callback IDs registered with this manager.

See Also