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

Implementation of the view evaluation service business interface.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class ViewServiceImpl _
	Implements ViewService
C#
public sealed class ViewServiceImpl : ViewService
Visual C++
public ref class ViewServiceImpl sealed : ViewService

Inheritance Hierarchy

System.Object
  net.esper.view.ViewServiceImpl