Click or drag to resize

ConfigurationCommonVariantStreamAddEventTypeName Method

Adds names of an event types that is one of the predefined event typs allowed for the variant stream.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddEventTypeName(
	string eventTypeName
)

Parameters

eventTypeName
Type: SystemString
name of the event type to allow in the variant stream
See Also