NamedCacheAsyncNamedCacheDataAccessor Constructor

ScaleOut Software NamedCache API
Creates a new NamedCacheAsyncNamedCacheDataAccessor instance with the supplied id and serializationCallbacks.

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

public AsyncNamedCacheDataAccessor(
	CachedObjectId id,
	SerializationCallbackHolder serializationCallbacks
)

Parameters

id
Type: Soss.ClientCachedObjectId
the id of the object to associate with this NamedCacheAsyncNamedCacheDataAccessor.
serializationCallbacks
Type: SerializationCallbackHolder
the serializer/deserializer to use for this object
See Also

Reference