[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 an item to be dispatched. The item is added to
the internal dispatch queue.
Namespace: net.esper.dispatch
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub AddInternal ( _ dispatchable As Dispatchable _ ) |
C# |
---|
public void AddInternal ( Dispatchable dispatchable ) |
Visual C++ |
---|
public: virtual void AddInternal ( Dispatchable^ dispatchable ) sealed |
Parameters
- dispatchable
- net.esper.dispatch.Dispatchable
to execute later