 | ConfigurationCompilerAddPlugInView Method (String, String, String) |
Add a view for plug-in.
Namespace:
com.espertech.esper.common.client.configuration.compiler
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddPlugInView(
string namespace,
string name,
string viewForgeClass
)
Parameters
- namespace
- Type: SystemString
is the namespace the view should be available under - name
- Type: SystemString
is the name of the view - viewForgeClass
- Type: SystemString
is the view forge class to use
See Also