Click or drag to resize

ConfigurationSchema7To8UpgradeUpgrade Method

Convert a schema from the input stream

Namespace:  com.espertech.esper.common.client.configuration
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static string Upgrade(
	Stream inputStream,
	string name
)

Parameters

inputStream
Type: System.IOStream
input stream for XML document text
name
Type: SystemString
for information purposes to name the document passed in

Return Value

Type: String
converted XML text
See Also