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

Instantiates a view based on view name and parameters stored in the view spec, and attempts to hook it up with a parent view.
the view refuses to hook up with its parent

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

Syntax

Visual Basic (Declaration)
Public Shared Function Create ( _
	parentView As Viewable, _
	spec As ViewSpec _
) As View
C#
public static View Create (
	Viewable parentView,
	ViewSpec spec
)
Visual C++
public:
static View^ Create (
	Viewable^ parentView, 
	ViewSpec^ spec
)

Parameters

parentView
net.esper.view.Viewable
is the parent view to hook the new view into
spec
net.esper.view.ViewSpec
contains view name and parameters

Return Value

instantiated and hooked-up view