Click or drag to resize

VirtualDataWindowForgeInitialize Method

Invoked once after instantiation of the forge, exactly once per named window.

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

Parameters

initializeContext
Type: com.espertech.esper.common.client.hook.vdwVirtualDataWindowForgeContext
provides contextual information such as event type, named window name and parameters.
See Also