Click or drag to resize

SimpleNamingContextUnbind Method

Unbind the object at the given name.

Namespace:  com.espertech.esper.compat.directory
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void Unbind(
	string name
)

Parameters

name
Type: SystemString

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

Implements

INamingContextUnbind(String)
See Also