NamedCacheCreateKey Method (StateServerKey)

ScaleOut Software NamedCache API
Generates a CachedObjectId for an object identified by id.

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

public static CachedObjectId CreateKey(
	StateServerKey id
)

Parameters

id
Type: Soss.ClientStateServerKey
A StateServerKey identifying the State Server object.

Return Value

Type: CachedObjectId
A CachedObjectId corresponding to the given StateServerKey.
Remarks

This signature is marked static to allow it to be used within the DataAccessFactory constructor of a NamedCacheDataAccessor subclass.
See Also

Reference