Datasnap.DSTCPServerTransport.TDSTCPServerTransport.KeepAliveTime
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Datasnap.DSTCPServerTransport.pas Datasnap.DSTCPServerTransport.hpp
| |
Unit: Datasnap.DSTCPServerTransport | |
Parent: TDSTCPServerTransport |
Delphi
property KeepAliveTime: Integer read FKeepAliveTime write FKeepAliveTime default 300000;
C++
__property int KeepAliveTime = {read=FKeepAliveTime, write=FKeepAliveTime, default=300000};
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
.