SharedDictionary<TKey,TValue>.TryUpdate method
Updates the value for an existing key in the dictionary, if that key has a specific value.
public virtual bool TryUpdate(TKey key, TValue newValue, TValue comparisonValue)
See Also
- class SharedDictionary<TKey,TValue>
- namespace Microsoft.Coyote.Actors.SharedObjects
- assembly Microsoft.Coyote.Actors