Datasnap.DSServer.TDSCallbackTunnel.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TDSCallbackTunnelState read FState write SetState;

C++

__property TDSCallbackTunnelState State = {read=FState, write=SetState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnel

Description

Specifies the state of the tunnel.

The State property specifies the state of the tunnel:

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

See Also