Click or drag to resize

INamingContextRename 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#
void Rename(
	string oldName,
	string newName
)

Parameters

oldName
Type: SystemString

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

newName
Type: SystemString

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

See Also