Click or drag to resize

ConfigurationCommonAddObjectArrayConfiguration Method

Add configuration for a object array 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 AddObjectArrayConfiguration(
	string objectArrayeventTypeName,
	ConfigurationCommonEventTypeObjectArray config
)

Parameters

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