Datasnap.DSServer.TDSCallbackTunnelState
| [–] 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:
ctsWaitingOnServersignifies the client is waiting for a message from the server.ctsWaitingForClientsignifies the server is waiting for a reply from the client.