AddAsync(ITransaction, TKey, TValue)
|
将指定的键/值对添加到 Reliable Dictionary。
(继承自 IReliableDictionary<TKey,TValue>)
|
AddAsync(ITransaction, TKey, TValue, TimeSpan, CancellationToken)
|
将指定的键/值对添加到 Reliable Dictionary。
(继承自 IReliableDictionary<TKey,TValue>)
|
AddOrUpdateAsync(ITransaction, TKey, Func<TKey,TValue>, Func<TKey,TValue,TValue>)
|
使用指定的函数将键/值对添加到 Reliable Dictionary(如果该键尚不存在),或者更新 Reliable Dictionary 中的键/值对(如果该键已存在)。
(继承自 IReliableDictionary<TKey,TValue>)
|
AddOrUpdateAsync(ITransaction, TKey, Func<TKey,TValue>, Func<TKey,TValue,TValue>, TimeSpan, CancellationToken)
|
使用指定的函数将键/值对添加到 Reliable Dictionary(如果该键尚不存在),或者更新 Reliable Dictionary 中的键/值对(如果该键已存在)。
(继承自 IReliableDictionary<TKey,TValue>)
|
AddOrUpdateAsync(ITransaction, TKey, TValue, Func<TKey,TValue,TValue>)
|
如果键尚不存在,请将键/值对添加到 Reliable Dictionary,或者通过使用指定的函数更新 Reliable Dictionary 中的键/值对(如果该键已存在)。
(继承自 IReliableDictionary<TKey,TValue>)
|
AddOrUpdateAsync(ITransaction, TKey, TValue, Func<TKey,TValue,TValue>, TimeSpan, CancellationToken)
|
如果键尚不存在,请将键/值对添加到 Reliable Dictionary,或者通过使用指定的函数更新 Reliable Dictionary 中的键/值对(如果该键已存在)。
(继承自 IReliableDictionary<TKey,TValue>)
|
ClearAsync()
|
从 IReliableCollection<T>中删除所有状态,包括复制和持久化状态。
(继承自 IReliableCollection<T>)
|
ClearAsync(TimeSpan, CancellationToken)
|
从可靠字典中删除所有键和值。
(继承自 IReliableDictionary<TKey,TValue>)
|
ContainsKeyAsync(ITransaction, TKey)
|
确定 Reliable Dictionary 是否包含指定的键。
(继承自 IReliableDictionary<TKey,TValue>)
|
ContainsKeyAsync(ITransaction, TKey, LockMode)
|
确定 Reliable Dictionary 是否包含指定的键。
(继承自 IReliableDictionary<TKey,TValue>)
|
ContainsKeyAsync(ITransaction, TKey, LockMode, TimeSpan, CancellationToken)
|
确定 Reliable Dictionary 是否包含指定的键。
(继承自 IReliableDictionary<TKey,TValue>)
|
ContainsKeyAsync(ITransaction, TKey, TimeSpan, CancellationToken)
|
确定 Reliable Dictionary 是否包含指定的键。
(继承自 IReliableDictionary<TKey,TValue>)
|
CreateEnumerableAsync(ITransaction)
|
通过 IReliableDictionary<TKey,TValue>创建异步枚举器。
(继承自 IReliableDictionary<TKey,TValue>)
|
CreateEnumerableAsync(ITransaction, EnumerationMode)
|
通过 IReliableDictionary<TKey,TValue>创建异步枚举器。
(继承自 IReliableDictionary<TKey,TValue>)
|
CreateEnumerableAsync(ITransaction, Func<TKey,Boolean>, EnumerationMode)
|
通过 IReliableDictionary<TKey,TValue>创建异步枚举器。
(继承自 IReliableDictionary<TKey,TValue>)
|
CreateKeyEnumerableAsync(ITransaction)
|
通过 IReliableDictionary2<TKey,TValue> 创建异步枚举器以枚举密钥。
|
CreateKeyEnumerableAsync(ITransaction, EnumerationMode)
|
通过 IReliableDictionary2<TKey,TValue> 创建异步枚举器以枚举密钥。
|
CreateKeyEnumerableAsync(ITransaction, EnumerationMode, TimeSpan, CancellationToken)
|
通过 IReliableDictionary2<TKey,TValue> 创建异步枚举器以枚举密钥。
|
GetCountAsync(ITransaction)
|
获取 IReliableCollection<T> 中包含的元素数。
(继承自 IReliableCollection<T>)
|
GetOrAddAsync(ITransaction, TKey, Func<TKey,TValue>)
|
使用指定的函数将键/值对添加到 Reliable Dictionary(如果该键尚不存在)。
(继承自 IReliableDictionary<TKey,TValue>)
|
GetOrAddAsync(ITransaction, TKey, Func<TKey,TValue>, TimeSpan, CancellationToken)
|
使用指定的函数将键/值对添加到 Reliable Dictionary(如果该键尚不存在)。
(继承自 IReliableDictionary<TKey,TValue>)
|
GetOrAddAsync(ITransaction, TKey, TValue)
|
如果键尚不存在,则将键/值对添加到 Reliable Dictionary。
如果键存在,则不会对值进行更新。
(继承自 IReliableDictionary<TKey,TValue>)
|
GetOrAddAsync(ITransaction, TKey, TValue, TimeSpan, CancellationToken)
|
如果键尚不存在,则将键/值对添加到 Reliable Dictionary。
(继承自 IReliableDictionary<TKey,TValue>)
|
SetAsync(ITransaction, TKey, TValue)
|
如果键尚不存在,请将键/值对添加到 Reliable Dictionary,或者更新 Reliable Dictionary 中的键/值对(如果该键已存在)。
(继承自 IReliableDictionary<TKey,TValue>)
|
SetAsync(ITransaction, TKey, TValue, TimeSpan, CancellationToken)
|
如果键尚不存在,请将键/值对添加到 Reliable Dictionary,或者更新 Reliable Dictionary 中的键/值对(如果该键已存在)。
(继承自 IReliableDictionary<TKey,TValue>)
|
TryAddAsync(ITransaction, TKey, TValue)
|
尝试将指定的键和值添加到 Reliable Dictionary。
(继承自 IReliableDictionary<TKey,TValue>)
|
TryAddAsync(ITransaction, TKey, TValue, TimeSpan, CancellationToken)
|
尝试将指定的键和值添加到 Reliable Dictionary。
(继承自 IReliableDictionary<TKey,TValue>)
|
TryGetValueAsync(ITransaction, TKey)
|
尝试从 Reliable Dictionary 获取与指定键关联的值。
(继承自 IReliableDictionary<TKey,TValue>)
|
TryGetValueAsync(ITransaction, TKey, LockMode)
|
尝试从 Reliable Dictionary 获取与指定键关联的值。
(继承自 IReliableDictionary<TKey,TValue>)
|
TryGetValueAsync(ITransaction, TKey, LockMode, TimeSpan, CancellationToken)
|
尝试从 Reliable Dictionary 获取与指定键关联的值。
(继承自 IReliableDictionary<TKey,TValue>)
|
TryGetValueAsync(ITransaction, TKey, TimeSpan, CancellationToken)
|
尝试从 Reliable Dictionary 获取与指定键关联的值。
(继承自 IReliableDictionary<TKey,TValue>)
|
TryRemoveAsync(ITransaction, TKey)
|
尝试从 Reliable Dictionary 中删除具有指定键的值。
(继承自 IReliableDictionary<TKey,TValue>)
|
TryRemoveAsync(ITransaction, TKey, TimeSpan, CancellationToken)
|
尝试从 Reliable Dictionary 中删除具有指定键的值。
(继承自 IReliableDictionary<TKey,TValue>)
|
TryUpdateAsync(ITransaction, TKey, TValue, TValue)
|
将指定键的现有值与指定值进行比较,如果相等,则用第三个值更新该键。
(继承自 IReliableDictionary<TKey,TValue>)
|
TryUpdateAsync(ITransaction, TKey, TValue, TValue, TimeSpan, CancellationToken)
|
将指定键的现有值与指定值进行比较,如果相等,则用第三个值更新该键。
(继承自 IReliableDictionary<TKey,TValue>)
|