Datasnap.DSServer.TDSCallbackTunnelState

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDSCallbackTunnelState = (ctsWaitingOnServer, ctsWaitingForClient);

C++

enum DECLSPEC_DENUM TDSCallbackTunnelState : unsigned char { ctsWaitingOnServer, ctsWaitingForClient };

Description

Enumerates the states a heavyweight callback tunnel can be in.

TDSCallbackTunnelState enumerates the two possible states a heavyweight callback tunnel can be in:

  • ctsWaitingOnServer signifies the client is waiting for a message from the server.
  • ctsWaitingForClient signifies the server is waiting for a reply from the client.

See Also