NamedMapInvokableContextTKey, TValueNext Method

ScaleOut Software NamedCache API
Reads the next key and value from the map.

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

public abstract bool Next()

Return Value

Type: Boolean
True if successfully read the next key and value, False otherwise.
See Also

Reference