Datasnap.DSTCPServerTransport.TDSTCPServerTransport.KeepAliveInterval

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Unit: Datasnap.DSTCPServerTransport
Parent: TDSTCPServerTransport

Delphi

property KeepAliveInterval: Integer read FKeepAliveInterval write FKeepAliveInterval default 100;

C++

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

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