Tipic Instant Messaging Platform - Programmer's Reference Guide

BlockingQueue.Dequeue Method (Int32)

Remove and return the element at the front of the list

[Visual Basic]
Overloads Public Function Dequeue( _
   ByVal ms As Integer _
) As Object
[C#]
public object Dequeue(
   int ms
);

Parameters

ms
time in milliseconds to wait for something entering the queue

Return Value

The element at the end of the list, or null if the timeout expires

See Also

BlockingQueue Class | bedrock.collections Namespace | BlockingQueue.Dequeue Overload List