Click or drag to resize

INamingContextBind Method

Bind an object to a name. Throws an exception if the name is already bound.

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

Parameters

name
Type: SystemString

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

obj
Type: SystemObject

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

See Also