CreateHandler Delegate

ScaleOut Software NamedCache API
A delegate to a method that can return an object using the provided object identifier and a user-provided parameter.

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

public delegate Object CreateHandler(
	CachedObjectId id,
	Object argument
)

Parameters

id
Type: Soss.ClientCachedObjectId
The identifier of the object to be created and added to the StateServer cache.
argument
Type: SystemObject
A arbitrary parameter that can be used by object creation method. The argument is specified in the CreateArgument property.

Return Value

Type: Object
See Also

Reference