Store.ConnectionInfo.setConnectionTimeout()

Signature

void setConnectionTimeout (Object storeConnectionInfo, double connectionTimeout)

Domain

ACTION

Description

Sets the connection timeout for all calls from client to Store, except the initial connect call. Default is 5 seconds.

Parameters

NameTypeDescription
storeConnectionInfoObjectStore Connection Info object
connectionTimeoutdoubleConnection timeout(seconds) for calls between client and Store

Returns

TypeDescription
void

Cautions

none