NamedCacheCreateKey Method (Guid)

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 CachedObjectId CreateKey(
	Guid id
)

Parameters

id
Type: SystemGuid
Object identifier.

Return Value

Type: CachedObjectId
CachedObjectId for the given ID.
See Also

Reference