NamedMapTKey, TValueExecuteCount Method

ScaleOut Software NamedCache API

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

public int ExecuteCount()

Return Value

Type: Int32
The number of key/value pairs contained in the NamedMapTKey, TValue.
Remarks

This method will cause a round trip to the ScaleOut StateServer service and invoke a parallel query on the entire distributed data grid. Client applications should not use this method frequently or for trivial purposes.
See Also

Reference