Click or drag to resize

ConfigurationCommonVariantStreamTypeVariance Property

Returns the type variance setting specifying whether the variant stream accepts event of only the predefined types or any type.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public TypeVariance TypeVariance { get; set; }

Return Value

Type: TypeVariance
type variance setting
See Also