RemoveAsync Method
RemoveAsync(TKey)
Transactional implementation of RemoveAsync(TKey).
Declaration
Task<TValue> RemoveAsync(TKey key)
Parameters
| TKey | key | 
Returns
| Task<TValue> | 
Remarks
The removed entry wil be removed only in the current transaction context, until the transaction is committed.
RemoveAsync(TKey, TValue)
Transactional implementation of RemoveAsync(TKey, TValue).
Declaration
Task<bool> RemoveAsync(TKey key, TValue value)
Parameters
| TKey | key | |
| TValue | value | 
Returns
| Task<bool> | 
Remarks
The removed entry wil be removed only in the current transaction context, until the transaction is committed.