NamedMapTKey, TValueMapID Property

ScaleOut Software NamedCache API
Returns the integer value used as the identifier of the named map.

Namespace:  Soss.Client.Concurrent
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public uint MapID { get; }

Property Value

Type: UInt32
Remarks

MapID is used as an internally identifier within the ScaleOut StateServer service for keeping map's elements as an independent collection.
See Also

Reference