Click or drag to resize

EPDataFlowInstantiationOptionsWithDataFlowInstanceUserObject Method

Sets the user object associated to the data flow instance.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPDataFlowInstantiationOptions WithDataFlowInstanceUserObject(
	Object dataFlowInstanceUserObject
)

Parameters

dataFlowInstanceUserObject
Type: SystemObject
user object

Return Value

Type: EPDataFlowInstantiationOptions
this options object
See Also