NamedCacheCreateAsyncDataAccessor Method

ScaleOut Software NamedCache API
Creates an NamedCacheDataAccessor instance corresponding to the given id for use in asynchronous API calls.

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

protected virtual NamedCacheDataAccessor CreateAsyncDataAccessor(
	CachedObjectId id
)

Parameters

id
Type: Soss.ClientCachedObjectId
the CachedObjectId to associate with the returned NamedCacheAsyncNamedCacheDataAccessor

Return Value

Type: NamedCacheDataAccessor
a NamedCacheDataAccessor for use in asynchronous API calls.
See Also

Reference