Click or drag to resize

VirtualDataWindowForgeContext Class

Context for use with virtual data window forge provides contextual information about the named window and the type of events held.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.vdwVirtualDataWindowForgeContext

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class VirtualDataWindowForgeContext

The VirtualDataWindowForgeContext type exposes the following members.

Constructors
  NameDescription
Public methodVirtualDataWindowForgeContext
Ctor.
Top
Properties
  NameDescription
Public propertyCustomConfiguration
Returns any additional configuration provided.
Public propertyEventType
Returns the event type of the events held in the virtual data window as per declaration of the named window.
Public propertyNamedWindowName
Returns the name of the named window used in connection with the virtual data window.
Public propertyParameterExpressions
Returns the expressions passed as parameters to the virtual data window.
Public propertyParameters
Returns the parameters passed; for example "create window ABC.my:vdw("10.0.0.1")" passes one paramater here.
Public propertyViewForgeEnv
Returns the view forge environment
Top
See Also