IccTempStore (const IccTempStoreId& id,
Location loc = auxStorage)
id
Reference to an IccTempStoreId object
loc
An enumeration, defined in this class, that indicates where the storage
is to be located when it is first created. The default is to use auxiliary
storage (disk).
IccTempStore (const char* storeName,
Location loc = auxStorage)
storeName
Specifies the 8-character name of the queue to be used. The name must
be unique within the CICS® system.
loc
An enumeration, defined in this class, that indicates where the storage
is to be located when it is first created. The default is to use auxiliary
storage (disk).