Click or drag to resize

SublistEventQueueT Constructor

Create a new wrapper that exposes a subset of specific event queue.

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SublistEventQueue(
	IEventQueue<T> events,
	int threshold
)

Parameters

events
Type: VDS.RDF.Parsing.EventsIEventQueueT
The event queue to be wrapper.
threshold
Type: SystemInt32
The number of events to leave in the wrapped queue. When the wrapped event queue contains this number of events or fewer, this wrapper will treat it as an empty queue.
See Also