Store.connect()

Signature

void connect (Object storeConnectionInfo)

Domain

ACTION

Description

Connects to specified Store. All connections based on the pool size setting are connected

Parameters

NameTypeDescription
storeConnectionInfoObjectStore Connection info details. Refer Store.ConnectionInfo.* for more details.

Returns

TypeDescription
void

Cautions

none