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

Creates a chain of views returning the last view in the chain.

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

Syntax

Visual Basic (Declaration)
Function CreateView ( _
	eventStream As EventStream, _
	viewSpecList As IList(Of ViewSpec), _
	context As ViewServiceContext _
) As Viewable
C#
Viewable CreateView (
	EventStream eventStream,
	IList<ViewSpec> viewSpecList,
	ViewServiceContext context
)
Visual C++
Viewable^ CreateView (
	EventStream^ eventStream, 
	IList<ViewSpec^>^ viewSpecList, 
	ViewServiceContext^ context
)

Parameters

eventStream
net.esper.view.EventStream
the event stream that originates the raw events
viewSpecList
System.Collections.Generic.IList<(Of T>)
the specification for the chain to be created
context
net.esper.view.ViewServiceContext
dependent services

Return Value

last view in chain