[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)
Gets or sets the context instances used by the view.
Namespace: net.esper.view.stat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Property ViewServiceContext As ViewServiceContext |
C# |
---|
public virtual ViewServiceContext ViewServiceContext { get; set; } |
Visual C++ |
---|
public: virtual property ViewServiceContext^ ViewServiceContext { ViewServiceContext^ get (); void set (ViewServiceContext^ value); } |