Click or drag to resize

SimpleNamingContextRebind 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#
public void Rebind(
	string name,
	Object obj
)

Parameters

name
Type: SystemString

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

obj
Type: SystemObject

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

Implements

INamingContextRebind(String, Object)
See Also