Click or drag to resize

ConfigurationCommonAddMethodRef Method (Type, ConfigurationCommonMethodRef)

Adds a cache configuration for a class providing methods for use in the from-clause.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddMethodRef(
	Type clazz,
	ConfigurationCommonMethodRef methodInvocationConfig
)

Parameters

clazz
Type: SystemType
is the class providing methods
methodInvocationConfig
Type: com.espertech.esper.common.client.configuration.commonConfigurationCommonMethodRef
is the cache configuration
See Also