REST.Backend.KinveyProvider.TCustomKinveyConnectionInfo.ConnectTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectTimeout: Integer read GetConnectTimeout write SetConnectTimeout default CRestDefaultTimeout;

C++

__property int ConnectTimeout = {read=GetConnectTimeout, write=SetConnectTimeout, default=30000};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.KinveyProvider.pas
REST.Backend.KinveyProvider.hpp
REST.Backend.KinveyProvider TCustomKinveyConnectionInfo

Description

Indicates the number of milliseconds that can elapse before aborting an attempt to connect to the server.

Use ConnectTimeout to indicate the number of milliseconds that can elapse before TCustomKinveyConnectionInfo abandons the attempt to form a connection.

See Also