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

Add an item to be dispatched. The item is added to the external dispatch queue.

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

Syntax

Visual Basic (Declaration)
Public Sub AddExternal ( _
	dispatchable As Dispatchable _
)
C#
public void AddExternal (
	Dispatchable dispatchable
)
Visual C++
public:
virtual void AddExternal (
	Dispatchable^ dispatchable
) sealed

Parameters

dispatchable
net.esper.dispatch.Dispatchable
to execute later