Click or drag to resize

EventBeanServiceAdapterForMap Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.hook.expr.EventBeanService.AdapterForMap(System.Collections.Generic.IDictionary`2,System.Boolean)"]

Namespace:  com.espertech.esper.common.client.hook.expr
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
EventBean AdapterForMap(
	IDictionary theEvent,
	bool eventTypeName
)

Parameters

theEvent
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="theEvent"/> documentation for "M:com.espertech.esper.common.client.hook.expr.EventBeanService.AdapterForMap(System.Collections.Generic.IDictionary`2,System.Boolean)"]

eventTypeName
Type: SystemBoolean

[Missing <param name="eventTypeName"/> documentation for "M:com.espertech.esper.common.client.hook.expr.EventBeanService.AdapterForMap(System.Collections.Generic.IDictionary`2,System.Boolean)"]

Return Value

Type: EventBean

[Missing <returns> documentation for "M:com.espertech.esper.common.client.hook.expr.EventBeanService.AdapterForMap(System.Collections.Generic.IDictionary`2,System.Boolean)"]

See Also