Click or drag to resize

AsynchronousBufferedTokenQueueDequeue Method

Gets the next Token in the Queue and removes it from the Queue.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IToken Dequeue()

Return Value

Type: IToken
Token at the front of the Queue.

Implements

ITokenQueueDequeue
See Also