Click or drag to resize

INamingContext Interface

[Missing <summary> documentation for "T:com.espertech.esper.compat.directory.INamingContext"]

Namespace:  com.espertech.esper.compat.directory
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public interface INamingContext : IDisposable

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