 | 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
Syntaxpublic EPDataFlowInstantiationOptions WithDataFlowInstanceUserObject(
Object dataFlowInstanceUserObject
)
Parameters
- dataFlowInstanceUserObject
- Type: SystemObject
user object
Return Value
Type:
EPDataFlowInstantiationOptionsthis options object
See Also