Datasnap.DSClientRest.TDSRESTChannelEventType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: Datasnap.DSClientRest

Delphi

TDSRESTChannelEventType = (rChannelCreate, rChannelClose, rChannelClosedByServer, rCallbackAdded, rCallbackRemoved);

C++

enum DECLSPEC_DENUM TDSRESTChannelEventType : unsigned char { rChannelCreate, rChannelClose, rChannelClosedByServer, rCallbackAdded, rCallbackRemoved };

Description

User event type for notification of callback channel events, such as create and close.

See Also