Click or drag to resize

ConcurrentTokenizedPriorityQueueTKey, TValue, TTokenTryRemove Method

Overload List
 NameDescription
Public methodTryRemove(TToken) Tries to remove the key/value pair associated with the provided token from the queue (independently on the current position of the key/value pair in the queue).
Public methodTryRemove(TToken, TKey) Tries to remove the key/value pair associated with the provided token from the queue (independently on the current position of the key/value pair in the queue).
Public methodTryRemove(TToken, TKey, TValue) Tries to remove the key/value pair associated with the provided token from the queue (independently on the current position of the key/value pair in the queue).
Top
See Also