Click or drag to resize

SimpleNamingContextRename Method

Rename the object at oldName with newName.

Namespace:  com.espertech.esper.compat.directory
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void Rename(
	string oldName,
	string newName
)

Parameters

oldName
Type: SystemString

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

newName
Type: SystemString

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

Implements

INamingContextRename(String, String)
See Also