Click or drag to resize

VirtualDataWindowFactoryContext Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public VirtualDataWindowFactoryContext(
	EventType eventType,
	Object[] parameters,
	ExprEvaluator[] parameterExpressions,
	string namedWindowName,
	Object customConfiguration,
	ViewFactoryContext viewFactoryContext,
	EPStatementInitServices services
)

Parameters

eventType
Type: com.espertech.esper.common.clientEventType
event type
parameters
Type: SystemObject
parameter values
parameterExpressions
Type: ExprEvaluator
parameter expressions
namedWindowName
Type: SystemString
named window name
customConfiguration
Type: SystemObject
custom configuration object that is passed along
viewFactoryContext
Type: ViewFactoryContext
view context
services
Type: EPStatementInitServices
services
See Also