Click or drag to resize

CompilerOptionsAccessModifierNamedWindow Property

Returns the callback that determines the access modifier of a given named window.

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

Return Value

Type: AccessModifierNamedWindowOption
callback returning an access modifier for an named window
See Also