Click or drag to resize

EPEventServiceRouteEventRouteEventMap Method

[Missing <summary> documentation for "M:com.espertech.esper.runtime.client.EPEventServiceRouteEvent.RouteEventMap(System.Collections.Generic.IDictionary`2,System.Boolean)"]

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
void RouteEventMap(
	IDictionary event,
	bool eventTypeName
)

Parameters

event
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="event"/> documentation for "M:com.espertech.esper.runtime.client.EPEventServiceRouteEvent.RouteEventMap(System.Collections.Generic.IDictionary`2,System.Boolean)"]

eventTypeName
Type: SystemBoolean

[Missing <param name="eventTypeName"/> documentation for "M:com.espertech.esper.runtime.client.EPEventServiceRouteEvent.RouteEventMap(System.Collections.Generic.IDictionary`2,System.Boolean)"]

See Also