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

Ctor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	updateListeners As ISet(Of UpdateListener), _
	dispatchService As DispatchService _
)
C#
public UpdateDispatchView (
	ISet<UpdateListener> updateListeners,
	DispatchService dispatchService
)
Visual C++
public:
UpdateDispatchView (
	ISet<UpdateListener^>^ updateListeners, 
	DispatchService^ dispatchService
)

Parameters

updateListeners
net.esper.compat.ISet<(Of T>)
listeners to update
dispatchService
net.esper.dispatch.DispatchService
for performing the dispatch