Datasnap.DSServer.TDSCallbackTunnelState
Delphi
TDSCallbackTunnelState = (ctsWaitingOnServer, ctsWaitingForClient);
C++
enum DECLSPEC_DENUM TDSCallbackTunnelState : unsigned char { ctsWaitingOnServer, ctsWaitingForClient };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Datasnap.DSServer.pas Datasnap.DSServer.hpp |
Datasnap.DSServer | Datasnap.DSServer |
Description
Enumerates the states a heavyweight callback tunnel can be in.
TDSCallbackTunnelState enumerates the two possible states a heavyweight callback tunnel can be in:
ctsWaitingOnServersignifies the client is waiting for a message from the server.ctsWaitingForClientsignifies the server is waiting for a reply from the client.