[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Ctor.
Namespace: net.esper.eql.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ eventTypes As EventType(), _ streamNames As String() _ ) |
C# |
---|
public StreamTypeServiceImpl ( EventType[] eventTypes, string[] streamNames ) |
Visual C++ |
---|
public: StreamTypeServiceImpl ( array<EventType^>^ eventTypes, array<String^>^ streamNames ) |
Parameters
- eventTypes
- net.esper.events.EventType[]
array of event types, one for each stream
- streamNames
- System.String[]
array of stream names, one for each stream