setThreadObject

setThreadObject ( string key , object value ) : void

Set the value of an object shared in the current thread.

See also

getOrCreateThreadObject

Parameters

key

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

value

The value to set