getOrCreateThreadObject

getOrCreateThreadObject ( string key , object _valNonExists ) : object

Return an object shared in the current thread.

See also

setThreadObject

Parameters

key

The name of the object (ex: name of the variable)

_valNonExists (optional)

The value if the object if not found