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

Instantiate a chain of views.

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

Syntax

Visual Basic (Declaration)
Public Shared Function InstantiateChain ( _
	existingParentViews As IList(Of View), _
	parentViewable As Viewable, _
	specifications As IList(Of ViewSpec), _
	context As ViewServiceContext _
) As IList(Of View)
C#
public static IList<View> InstantiateChain (
	IList<View> existingParentViews,
	Viewable parentViewable,
	IList<ViewSpec> specifications,
	ViewServiceContext context
)
Visual C++
public:
static IList<View^>^ InstantiateChain (
	IList<View^>^ existingParentViews, 
	Viewable^ parentViewable, 
	IList<ViewSpec^>^ specifications, 
	ViewServiceContext^ context
)

Parameters

existingParentViews
System.Collections.Generic.IList<(Of T>)
parent views
parentViewable
net.esper.view.Viewable
parent view to add the chain to
specifications
System.Collections.Generic.IList<(Of T>)
view specification, one for each chain element
context
net.esper.view.ViewServiceContext
dependent services

Return Value

chain of views instantiated