Click or drag to resize

DataFlowOperatorParameterRenderValue Method

RenderAny prameter.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void RenderValue(
	TextWriter writer,
	Object parameterValue
)

Parameters

writer
Type: System.IOTextWriter
to render to
parameterValue
Type: SystemObject
value
See Also