Click or drag to resize

ConfigurationCommonAddEventTypeT Method

Add an name for an event type represented by plain-old object events, and the name is the simple class name of the class.

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>()

Type Parameters

T

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

See Also