Datasnap.DSServer.TDSServer.ChannelResponseTimeout
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
| Unit: Datasnap.DSServer | |
| Parent: TDSServer | |
Delphi
property ChannelResponseTimeout: Integer read FChannelResponseTimeout write FChannelResponseTimeout default 30000;
C++
__property int ChannelResponseTimeout = {read=FChannelResponseTimeout, write=FChannelResponseTimeout, default=30000};
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.