Click or drag to resize

UnmatchedEventArgs Constructor

Initializes a new instance of the UnmatchedEventArgs class

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public UnmatchedEventArgs(
	EventBean theEvent
)

Parameters

theEvent
Type: com.espertech.esper.common.clientEventBean

[Missing <param name="theEvent"/> documentation for "M:com.espertech.esper.runtime.client.UnmatchedEventArgs.#ctor(com.espertech.esper.common.client.EventBean)"]

See Also