Click or drag to resize

INamingContext Methods

The INamingContext type exposes the following members.

Methods
  NameDescription
Public methodBind
Bind an object to a name. Throws an exception if the name is already bound.
Public methodList
Public methodLookup
Lookup an object by name.
Public methodRebind
Bind an object to a name. If the object is already bound, rebind it.
Public methodRename
Rename the object at oldName with newName.
Public methodUnbind
Unbind the object at the given name.
Top
See Also