NamedCacheCreateDataAccessor Method

ScaleOut Software NamedCache API
Return a NamedCacheDataAccessor initialized to access the object identified by id. This method supports the ScaleOut API infrastructure and should not be overridden in your code.

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

protected virtual NamedCacheDataAccessor CreateDataAccessor(
	CachedObjectId id
)

Parameters

id
Type: Soss.ClientCachedObjectId
The identity of the object to be accessed.

Return Value

Type: NamedCacheDataAccessor
A NamedCacheDataAccessor initialized to access the object identified by id.
Remarks

Classes derived from NamedCache may override this method to return a derived implementation of NamedCacheDataAccessor.
See Also

Reference