Click or drag to resize

EPDataFlowInstantiationOptionsAddParameterURI Method

Add a parameter.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddParameterURI(
	string name,
	Object value
)

Parameters

name
Type: SystemString
is the uri
value
Type: SystemObject
the value
See Also