[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Creates an unnamed composite event type with event properties that are name-value pairs with values being other event types. Pattern statement generate events of such type.

Namespace: net.esper.events
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Function CreateAnonymousCompositeType ( _
	taggedEventTypes As EDictionary(Of String, EventType) _
) As EventType
C#
EventType CreateAnonymousCompositeType (
	EDictionary<string, EventType> taggedEventTypes
)
Visual C++
EventType^ CreateAnonymousCompositeType (
	EDictionary<String^, EventType^>^ taggedEventTypes
)

Parameters

taggedEventTypes
net.esper.compat.EDictionary<(Of K, V>)
is a map of name keys and event type values

Return Value

event type representing a composite event