Store.ConnectionInfo.AS.setConnectionWaitTime()
Signature
void setConnectionWaitTime (Object storeConnectionInfo, double waitTime)
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
Name | Type | Description |
storeConnectionInfo | Object | Store Connection Info object |
waitTime | double | Connection timeout(seconds) during the initial connect call to AS Store |