Click or drag to resize

ProjectedStreamAddView Method (View)

Add a view to the stream.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ProjectedStream AddView(
	View view
)

Parameters

view
Type: com.espertech.esper.common.client.sodaView
to add

Return Value

Type: ProjectedStream
stream
See Also