Click or drag to resize

VirtualDataWindowFactoryInitialize Method

Invoked once after instantiation of the factory, 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(
	VirtualDataWindowFactoryContext factoryContext
)

Parameters

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