Click or drag to resize

SupportSubscriberMRDRemoveStreamList Property

Returns all removed-stream events received so far.

The list contains an item for each delivery. Each item contains a row with the event and each event is itself a tuple (object array).

Namespace:  com.espertech.esper.runtime.client.scopetest
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public IList RemoveStreamList { get; }

Property Value

Type: IListT
list of Object array-array
See Also