Datasnap.DSClientRest.TDSRESTChannelEventType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
enum public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest Datasnap.DSClientRest

Description

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

See Also