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

Convenience view for dispatching view updates received from a parent view to update listeners via the dispatch service.

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

Syntax

Visual Basic (Declaration)
Public Class UpdateDispatchView _
	Inherits ViewSupport _
	Implements Dispatchable
C#
public class UpdateDispatchView : ViewSupport, Dispatchable
Visual C++
public ref class UpdateDispatchView : public ViewSupport, Dispatchable

Inheritance Hierarchy

System.Object
  net.esper.view.ViewSupport
    net.esper.core.UpdateDispatchView