| LocalORMultiDictionaryTKey, TValRemove Method |
Removes a bucket from underlying ORMultiDictionary in the context of the current cluster node, given a key.
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> Remove(
TKey key
)
member Remove :
key : 'TKey -> LocalORMultiDictionary<'TKey, 'TVal>
Parameters
- key
- Type: TKey
TBD
Return Value
Type:
LocalORMultiDictionaryTKey,
TValTBD
See Also