Click or drag to resize

CoordinatedAdapterRead Method

Get the next event in line to be sent into the runtime , or null if there is no available event.

Return Value

Type: SendableEvent
an instance of SendableEvent that wraps the next event to send, or null if none

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
SendableEvent Read()

Return Value

Type: SendableEvent

[Missing <returns> documentation for "M:com.espertech.esperio.CoordinatedAdapter.Read"]

See Also