[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)
Returns the set of listeners to the statement.
Namespace: net.esper.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Listeners As ISet(Of UpdateListener) |
C# |
---|
public ISet<UpdateListener> Listeners { get; } |
Visual C++ |
---|
public: property ISet<UpdateListener^>^ Listeners { ISet<UpdateListener^>^ get (); } |