Click or drag to resize

AbstractCoordinatedAdapter Constructor

Ctor.

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
protected AbstractCoordinatedAdapter(
	EPRuntime runtime,
	bool usingEngineThread,
	bool usingExternalTimer,
	bool usingTimeSpanEvents
)

Parameters

runtime
Type: com.espertech.esper.runtime.clientEPRuntime
the runtime for the engine runtime
usingEngineThread
Type: SystemBoolean
true if the Adapter should set time by the scheduling service in the runtime, false if it should set time externally through the calling thread
usingExternalTimer
Type: SystemBoolean
true to use esper's external timer mechanism instead of internal timing
usingTimeSpanEvents
Type: SystemBoolean

[Missing <param name="usingTimeSpanEvents"/> documentation for "M:com.espertech.esperio.AbstractCoordinatedAdapter.#ctor(com.espertech.esper.runtime.client.EPRuntime,System.Boolean,System.Boolean,System.Boolean)"]

See Also