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()
Public Overrides Function Dequeue As IToken
Return Value
Type:
ITokenToken at the front of the Queue.
Implements
ITokenQueueDequeueSee Also