Method Thread.Local()->get() Method get ValueType get() Description Get the thread local value. Returns Returns the value prevoiusly stored in the Local object by the set() method by this thread (if set). Returns UNDEFINED if no value has been set by the current thread. See also set()