Click or drag to resize
Akka.NETORDictionaryTKey, TValueRemove Method
Overload List
  NameDescription
Public methodRemove(Cluster, TKey)
Removes an entry from the map. Note that if there is a conflicting update on another node the entry will not be removed after merge.
Public methodRemove(UniqueAddress, TKey)
Removes an entry from the map. Note that if there is a conflicting update on another node the entry will not be removed after merge.
Top
See Also