Click or drag to resize

ConcurrentTokenizedPriorityQueueTKey, TValue, TTokenAddOrUpdate Method

Overload List
 NameDescription
Public methodAddOrUpdate(TToken, TKey, 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.
Public methodAddOrUpdate(TToken, KeyValuePairTKey, TValue, 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