Datasnap.DSCommon.TDSClientCallbackChannelManager.GetCallbackIds
| [–] 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.