Datasnap.DSTCPServerTransport.TDSTCPServerTransport.KeepAliveInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeepAliveInterval: Integer read FKeepAliveInterval write FKeepAliveInterval default 100;

C++

__property int KeepAliveInterval = {read=FKeepAliveInterval, write=FKeepAliveInterval, default=100};

Properties

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

Description

Specifies the KeepAlive interval to use, in milliseconds.

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

By default, KeepAliveInterval is set to 300000.

See Also