 | VirtualDataWindowForgeContext Constructor |
Ctor.
Namespace:
com.espertech.esper.common.client.hook.vdw
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic VirtualDataWindowForgeContext(
EventType eventType,
Object[] parameters,
ExprNode[] parameterExpressions,
string namedWindowName,
ViewForgeEnv viewForgeEnv,
Object customConfiguration
)
Parameters
- eventType
- Type: com.espertech.esper.common.clientEventType
the event type that the named window is declared to hold. - parameters
- Type: SystemObject
the parameters passed when declaring the named window, for example "create window ABC.my:vdw("10.0.0.1")" passes one paramater here. - parameterExpressions
- Type: ExprNode
parameter expressions passed to the virtual data window - namedWindowName
- Type: SystemString
the name of the named window - viewForgeEnv
- Type: ViewForgeEnv
view forge environment - customConfiguration
- Type: SystemObject
additional configuration
See Also