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

Validates the specified stream type service_.

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
The stream type service_.
autoImportService
net.esper.eql.core.AutoImportService
The auto import service.