 | ConfigurationCompilerAddPlugInPatternGuard Method (String, String, String) |
Add a pattern guard 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 AddPlugInPatternGuard(
string namespace,
string name,
string guardForgeClass
)
Parameters
- namespace
- Type: SystemString
is the namespace the guard should be available under - name
- Type: SystemString
is the name of the guard - guardForgeClass
- Type: SystemString
is the guard forge class to use
See Also