Click or drag to resize

ConfigurationCommonAddEventTypeT Method (String)

Add an name for an event type represented by plain-old object events.

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

Parameters

eventTypeName
Type: SystemString
is the name for the event type

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.common.client.configuration.common.ConfigurationCommon.AddEventType``1(System.String)"]

See Also