Datasnap.DSServer.TDSServer.ChannelResponseTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChannelResponseTimeout: Integer read FChannelResponseTimeout write FChannelResponseTimeout default 30000;

C++

__property int ChannelResponseTimeout = {read=FChannelResponseTimeout, write=FChannelResponseTimeout, default=30000};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Specifies the time to wait for a client's response to a heavyweight callback message.

The ChannelResponseTimeout property specifies the time (in milliseconds) to wait for a client's response to a heavyweight callback message sent to it, before determining that the client is lost or disabled in some way, and terminating the tunnel. To not automatically close a tunnel, unless the session expires, use a value of 0.

See Also