|  | Aqualogic Interaction API | |
| IPTStates.Add Method |
Add an IPTState object to the collection. At most one IPTState object can be stored per mode (Application-level state, Session-level state, Request-level state).
Parameters
-
lMode
- - The mode to associate with the IPTState object. Valid values are from the PT_STATEMODES enumeration: PT_STATEMODES.PT_STATEMODES_APPLICATION for application-level state PT_STATEMODES.PT_STATEMODES_SESSION for user session-level state PT_STATEMODES.PT_STATEMODES_REQUEST for request-level state
-
pState
- - The IPTState object to add to the collection.
See Also
IPTStates Interface | com.plumtree.server Namespace