Click or drag to resize

ITokenQueue Methods

The ITokenQueue type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the Token Queue.
Public methodDequeue
Removes the first Token from the Queue.
Public methodEnqueue
Adds a Token to the end of the Queue.
Public methodInitialiseBuffer
Initialises the Buffer.
Public methodInitialiseBuffer(Int32)
Initialises the Buffer and sets the Buffering Level.
Public methodPeek
Gets the first Token from the Queue without removing it.
Top
See Also