Click or drag to resize

EPDataFlowInstantiationOptionsDataFlowInstanceUserObject Property

Returns 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 Object DataFlowInstanceUserObject { get; set; }

Return Value

Type: Object
user object
See Also