Datasnap.DSTCPServerTransport.TDSTCPServerTransport.KeepAliveTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeepAliveTime: Integer read FKeepAliveTime write FKeepAliveTime default 300000;

C++

__property int KeepAliveTime = {read=FKeepAliveTime, write=FKeepAliveTime, default=300000};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPServerTransport

Description

Specifies the KeepAlive time to use, in milliseconds.

The KeepAliveTime property specifies the KeepAlive time to use, in milliseconds. KeepAliveTime is active only if KeepAlive is set to kaEnabled.

See Also