Click or drag to resize

ConfigurationCommonAddMethodRef Method (String, 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(
	string className,
	ConfigurationCommonMethodRef methodInvocationConfig
)

Parameters

className
Type: SystemString
is the class name (simple or fully-qualified) providing methods
methodInvocationConfig
Type: com.espertech.esper.common.client.configuration.commonConfigurationCommonMethodRef
is the cache configuration
See Also