[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Inheritance Hierarchy

System.Object
  net.esper.pattern.guard.TimerWithinGuard

See Also