Click or drag to resize

ConfigurationRuntimeAddPluginLoader Method (String, Type, Properties)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime.AddPluginLoader(System.String,System.Type,com.espertech.esper.compat.Properties)"]

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddPluginLoader(
	string loaderName,
	Type clazz,
	Properties configuration
)

Parameters

loaderName
Type: SystemString

[Missing <param name="loaderName"/> documentation for "M:com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime.AddPluginLoader(System.String,System.Type,com.espertech.esper.compat.Properties)"]

clazz
Type: SystemType

[Missing <param name="clazz"/> documentation for "M:com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime.AddPluginLoader(System.String,System.Type,com.espertech.esper.compat.Properties)"]

configuration
Type: com.espertech.esper.compatProperties

[Missing <param name="configuration"/> documentation for "M:com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime.AddPluginLoader(System.String,System.Type,com.espertech.esper.compat.Properties)"]

See Also