setThreadObject (  string key , object value  )  : void
 Set the value of an object shared in the current thread.
	
See also
getOrCreateThreadObjectParameters
key
 The name of the object (ex: name of the variable) 
							value
 The value to set 
							