Store.ConnectionInfo.AS.setConnectionWaitTime()

Signature

void setConnectionWaitTime (Object storeConnectionInfo, double waitTime)

Domain

ACTION

Description

Sets the connection wait time for getting a response back from the proxy servers as part of the initial connect call to AS Store. Default is 0.1 seconds. Note - This time does not apply to the entire connect call, it just applies to the time to wait for responses from the proxy servers.

Parameters

NameTypeDescription
storeConnectionInfoObjectStore Connection Info object
waitTimedoubleConnection timeout(seconds) during the initial connect call to AS Store

Returns

TypeDescription
void

Cautions

none