 | 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
Syntaxpublic 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:
Stringconverted XML text
See Also