 | 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
Syntaxpublic string Tag { get; set; }
Property Value
Type:
StringThe tag.
See Also