[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.std
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property ViewServiceContext As ViewServiceContext |
C# |
---|
public ViewServiceContext ViewServiceContext { get; set; } |
Visual C++ |
---|
public: virtual property ViewServiceContext^ ViewServiceContext { ViewServiceContext^ get () sealed; void set (ViewServiceContext^ value) sealed; } |