[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)
Updates all the children with new data. Static convenience method that accepts the list of child
views as a parameter.
Namespace: net.esper.view
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Shared Sub UpdateChildren ( _ childViews As IList(Of View), _ newData As EventBean(), _ oldData As EventBean() _ ) |
C# |
---|
protected static void UpdateChildren ( IList<View> childViews, EventBean[] newData, EventBean[] oldData ) |
Visual C++ |
---|
protected: static void UpdateChildren ( IList<View^>^ childViews, array<EventBean^>^ newData, array<EventBean^>^ oldData ) |
Parameters
- childViews
- System.Collections.Generic.IList<(Of T>)
is the list of child views to send the data to
- newData
- net.esper.events.EventBean[]
is the array of new event data
- oldData
- net.esper.events.EventBean[]
is the array of old event data