[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Creates the view.
Namespace: net.esper.view
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function CreateView ( _ eventStream As EventStream, _ viewSpecDefinitions As IList(Of ViewSpec), _ context As ViewServiceContext _ ) As Viewable |
C# |
---|
public Viewable CreateView ( EventStream eventStream, IList<ViewSpec> viewSpecDefinitions, ViewServiceContext context ) |
Visual C++ |
---|
public: virtual Viewable^ CreateView ( EventStream^ eventStream, IList<ViewSpec^>^ viewSpecDefinitions, ViewServiceContext^ context ) sealed |
Parameters
- eventStream
- net.esper.view.EventStream
The event stream.
- viewSpecDefinitions
- System.Collections.Generic.IList<(Of T>)
The view spec definitions.
- context
- net.esper.view.ViewServiceContext
The context.