Click or drag to resize

ConcurrentTokenizedPriorityQueueTKey, TValue, TTokenEnqueueOrUpdate Method

Overload List
 NameDescription
Public methodEnqueueOrUpdate(TKey, TValue, TToken) Adds a key/value pair associated with a token to the queue (if no such token is already present), or updates the already present key/value pair associated with the provided token.
Public methodEnqueueOrUpdate(KeyValuePairTKey, TValue, TToken, FuncTToken, KeyValuePairTKey, TValue, KeyValuePairTKey, TValue) Adds a key/value pair associated with a token to the queue (if no such token is already present), or updates the already present key/value pair associated with the provided token.
Top
See Also