Click or drag to resize

BlockingQueueTTryDequeue Method

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

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

Return Value

Type: T
See Also