IOptimisticConcurrencyVersionHolder Interface

ScaleOut Software NamedCache API
Instances of Types that implement IOptimisticConcurrencyVersionHolder are able to hold StateServer object version information and are therefore suitable for optimistic concurrency.

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

public interface IOptimisticConcurrencyVersionHolder

The IOptimisticConcurrencyVersionHolder type exposes the following members.

Properties

  NameDescription
Public propertyOptimisticConcurrencyVersion
Get or set the OptimisticConcurrencyVersion for this object.
Top
Remarks

This interface is used by the NamedCache to manage optimistic concurrency on behalf of the implementing object. Your code need not implement any behavior to support this interface other than implementing the required getter and setter for storing the object's version.
See Also

Reference