 | ConfigurationCommonIsVariantStreamExists Method |
Returns true if a variant stream by the name has been declared, or false if not.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsVariantStreamExists(
string name
)
Parameters
- name
- Type: SystemString
of variant stream
Return Value
Type:
Booleanindicator whether the variant stream by that name exists
See Also