[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 service for emitting events.
Namespace: net.esper.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property EmitService As EmitService |
C# |
---|
public EmitService EmitService { get; } |
Visual C++ |
---|
public: property EmitService^ EmitService { EmitService^ get (); } |