Click or drag to resize

INamingContextRebind Method

Bind an object to a name. If the object is already bound, rebind it.

Namespace:  com.espertech.esper.compat.directory
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
void Rebind(
	string name,
	Object obj
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:com.espertech.esper.compat.directory.INamingContext.Rebind(System.String,System.Object)"]

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:com.espertech.esper.compat.directory.INamingContext.Rebind(System.String,System.Object)"]

See Also