Click or drag to resize

SimpleNamingContextLookup Method

Lookup an object by name.

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

Parameters

name
Type: SystemString

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

Return Value

Type: Object

[Missing <returns> documentation for "M:com.espertech.esper.compat.directory.SimpleNamingContext.Lookup(System.String)"]

Implements

INamingContextLookup(String)
See Also