[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Validate node.

Namespace: net.esper.eql.expression
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Sub Validate ( _
	streamTypeService As StreamTypeService, _
	autoImportService As AutoImportService _
)
C#
public override void Validate (
	StreamTypeService streamTypeService,
	AutoImportService autoImportService
)
Visual C++
public:
virtual void Validate (
	StreamTypeService^ streamTypeService, 
	AutoImportService^ autoImportService
) override

Parameters

streamTypeService
net.esper.eql.core.StreamTypeService
serves stream event type info
autoImportService
net.esper.eql.core.AutoImportService
for resolving class names in library method invocations