Click or drag to resize

SupportUpdateListenerTag Property

Gets or sets a public tag for the listener. This is useful for tracking the listener when more than one listener might be in use.

Namespace:  com.espertech.esper.runtime.client.scopetest
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public string Tag { get; set; }

Property Value

Type: String
The tag.
See Also