Tipic Instant Messaging Platform - Programmer's Reference Guide

BlockingQueue.Dequeue Method

Remove and return the element at the front of the list

Overload List

Remove and return the element at the front of the list

public object Dequeue();

Remove and return the element at the front of the list

public object Dequeue(int);

See Also

BlockingQueue Class | bedrock.collections Namespace