SossObjDescriptor Constructor

ScaleOut Software NamedCache API
Creates a SossObjDescriptor class with the metadata and CreatePolicy information needed to insert an object via a bulk Add(IDictionary) operation.

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

public SossObjDescriptor(
	Object obj,
	CreatePolicy policy,
	ObjectMetadata metadata
)

Parameters

obj
Type: SystemObject
Object to insert into the NamedCache.
policy
Type: Soss.ClientCreatePolicy
Policy information for the object being inserted.
metadata
Type: Soss.ClientObjectMetadata
Metadata related to object being inserted.
See Also

Reference