Click or drag to resize

CompilerOptionsAccessModifierEventType Property

Returns the callback that determines the access modifier of a given event type

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public AccessModifierEventTypeOption AccessModifierEventType { get; set; }

Return Value

Type: AccessModifierEventTypeOption
callback returning an access modifier for an event type
See Also