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

Drop the event stream associated with the filter passed in. Throws an exception if already dropped.

Namespace: net.esper.view.stream
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Sub DropStream ( _
	filterSpec As FilterSpec, _
	filterService As FilterService _
)
C#
void DropStream (
	FilterSpec filterSpec,
	FilterService filterService
)
Visual C++
void DropStream (
	FilterSpec^ filterSpec, 
	FilterService^ filterService
)

Parameters

filterSpec
net.esper.filter.FilterSpec
is the event filter definition associated with the event stream to be dropped
filterService
net.esper.filter.FilterService
to be used to deactivate filter when the last event stream is dropped