[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)
Add merge views for any views in the chain requiring a merge (group view).
Appends to the list of view specifications passed in one ore more
new view specifications that represent merge views.
Merge views have the same parameter list as the (group) view they merge data for.
Namespace: net.esper.view
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub AddMergeViews ( _ specifications As IList(Of ViewSpec) _ ) |
C# |
---|
public static void AddMergeViews ( IList<ViewSpec> specifications ) |
Visual C++ |
---|
public: static void AddMergeViews ( IList<ViewSpec^>^ specifications ) |
Parameters
- specifications
- System.Collections.Generic.IList<(Of T>)
is a list of view definitions defining the chain of views.