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

Gets or sets the context instances used by the view.

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

Syntax

Visual Basic (Declaration)
Property ViewServiceContext As ViewServiceContext
C#
ViewServiceContext ViewServiceContext { get; set; }
Visual C++
property ViewServiceContext^ ViewServiceContext {
	ViewServiceContext^ get ();
	void set (ViewServiceContext^ value);
}

Field Value

The view service context.