ITokenQueue Methods |
The ITokenQueue type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear |
Clears the Token Queue.
|
![]() | Dequeue |
Removes the first Token from the Queue.
|
![]() | Enqueue |
Adds a Token to the end of the Queue.
|
![]() | InitialiseBuffer() |
Initialises the Buffer.
|
![]() | InitialiseBuffer(Int32) |
Initialises the Buffer and sets the Buffering Level.
|
![]() | Peek |
Gets the first Token from the Queue without removing it.
|