[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Guard implementation that keeps a timer instance and quits when the timer expired,
letting all net.esper.pattern.MatchedEventMap instances pass until then.
Namespace: net.esper.pattern.guard
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class TimerWithinGuard _ Implements Guard, ScheduleCallback |
C# |
---|
public class TimerWithinGuard : Guard, ScheduleCallback |
Visual C++ |
---|
public ref class TimerWithinGuard : Guard, ScheduleCallback |