Click or drag to resize

EPDataFlowIRStreamCollectorContextRuntime Property

Returns the runtime instance and can safely be cast to EPRuntime when needed (typed object to not require a dependency on runtime)

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Object Runtime { get; }

Return Value

Type: Object
runtime instance
See Also