Click or drag to resize

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
Syntax
C#
public bool IsVariantStreamExists(
	string name
)

Parameters

name
Type: SystemString
of variant stream

Return Value

Type: Boolean
indicator whether the variant stream by that name exists
See Also