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

Gets or sets the callback to use to indicate matching events.

Namespace: net.esper.pattern
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Property Callback As PatternMatchCallback
C#
public PatternMatchCallback Callback { get; set; }
Visual C++
public:
property PatternMatchCallback^ Callback {
	PatternMatchCallback^ get ();
	void set (PatternMatchCallback^ value);
}

Field Value

The callback.