InstrSession.GenerateUniqueID
- Updated2025-07-21
- 1 minute(s) read
InstrSession.GenerateUniqueID
Syntax
InstrSession.GenerateUniqueID
Return Value
Purpose
Returns the unique string you use to attach a data item to the session. Use the ID to retrieve the data item from the session.
Remarks
You can create a custom ID string or call this method to obtain a guaranteed unique string for the session. This method generates a unique ID string each time you call it. This method does not allocate or reserve any data in the session.