Click or drag to resize

EPDataFlowInstantiationOptionsWithDataFlowInstanceId Method

Sets the data flow instance id

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

Parameters

dataFlowInstanceId
Type: SystemString
instance id

Return Value

Type: EPDataFlowInstantiationOptions
this options object
See Also