Datasnap.DSClientRest.TDSRESTChannelEventType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
enum public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest Datasnap.DSClientRest


Description

Type d'événement utilisateur pour la notification des événements de canal callback, comme create et close.

Voir aussi