NamedCacheObjectMetadataParents Property

ScaleOut Software NamedCache API
Returns a read-only collection containing the dependency parents specified for the State Server object corresponding to this NamedCacheObjectMetadata instance.

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

public ICollection<CachedObjectId> Parents { get; }

Property Value

Type: ICollectionCachedObjectId
Remarks

If the State Server object has no parents, an empty collection is returned.
See Also

Reference