Click or drag to resize

EventBeanServiceAdapterForTypedMap Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.hook.expr.EventBeanService.AdapterForTypedMap(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 AdapterForTypedMap(
	IDictionary properties,
	bool eventType
)

Parameters

properties
Type: System.Collections.GenericIDictionaryTKey, TValue

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

eventType
Type: SystemBoolean

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

Return Value

Type: EventBean

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

See Also