Click or drag to resize

ConfigurationCommonAddMapConfiguration Method

Add configuration for a map event type.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddMapConfiguration(
	string mapeventTypeName,
	ConfigurationCommonEventTypeMap config
)

Parameters

mapeventTypeName
Type: SystemString
configuration to add
config
Type: com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeMap
map type configuration
See Also