[This is preliminary documentation and is subject to change.]
Provides functionality similar to the Interlocked class executed over a named slot.
All operations are THREAD-SAFE for calling concurrently.
The name comparison is that of Registry's which is OrdinalIgnoreCase.
This class was designed to better organize named counters incremented from different threads,
i.e. this is needed to keep a count of calls to remote host identified by their names.
This class is NOT designed for frequent additions/deletions of named slots, nor was it designed
to keep millions of slots. Use it in cases when there are thousands at most slots and new slots
appear infrequently. You must delete un-needed slots
Inheritance Hierarchy

NFX.Collections NamedInterlocked
NFX.Collections NamedInterlocked TContext
Namespace: NFX.Collections
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also