ThreadContext.remove

Unbinds the value for the given <code>key</code> from the current thread.

@param key The key identifying the value bound to the current thread. @return the object unbound or <tt>null</tt> if there was nothing bound under the specified <tt>key</tt> name.

  1. Object remove(string key)
    class ThreadContext
    static
    Object
    remove
    (
    string key
    )
  2. void remove()

Meta