 | ConfigurationCommonIsEventTypeExists Method |
Checks if an event type has already been registered for that name.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsEventTypeExists(
string eventTypeName
)
Parameters
- eventTypeName
- Type: SystemString
the name
Return Value
Type:
Booleantrue if already registered
See Also