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

General pupose callback to Stop a resource and free it's underlying resources.

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

Syntax

Visual Basic (Declaration)
Public Delegate Sub StopCallback
C#
public delegate void StopCallback ()
Visual C++
public delegate void StopCallback ()