Click or drag to resize

BlockingByteArrayQueueTryDequeue Method

Get an item from the queue. If the queue is empty the method will block until there is an item to return If the queue is empty the OnQueueEmpty event will be invoked

Namespace:  Crosser.Server.Utilities.Queue
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public byte[] TryDequeue()

Return Value

Type: Byte
See Also