| LocalORMultiDictionaryTKey, TValRemoveItem Method |
Removes provided value from a bucket under provided key
within the context of the current cluster.
Namespace:
Akka.DistributedData.Local
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public LocalORMultiDictionary<TKey, TVal> RemoveItem(
TKey key,
TVal value
)
member RemoveItem :
key : 'TKey *
value : 'TVal -> LocalORMultiDictionary<'TKey, 'TVal>
Parameters
- key
- Type: TKey
TBD - value
- Type: TVal
TBD
Return Value
Type:
LocalORMultiDictionaryTKey,
TValTBD
See Also