Click or drag to resize

VirtualDataWindowFactoryFactoryCreateFactory Method

Return the virtual data window factory

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
VirtualDataWindowFactory CreateFactory(
	VirtualDataWindowFactoryFactoryContext ctx
)

Parameters

ctx
Type: com.espertech.esper.common.client.hook.vdwVirtualDataWindowFactoryFactoryContext
context information

Return Value

Type: VirtualDataWindowFactory
factory
See Also