Click or drag to resize

AdapterCoordinatorImpl Constructor (EPRuntime, Boolean)

Ctor.

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public AdapterCoordinatorImpl(
	EPRuntime runtime,
	bool usingEngineThread
)

Parameters

runtime
Type: com.espertech.esper.runtime.clientEPRuntime
the EPRuntime for services and runtime
usingEngineThread
Type: SystemBoolean
true if the coordinator should set time by the scheduling service in the engine, false if it should set time externally through the calling thread
See Also