NamedCacheReleaseLock Method (CachedObjectId)

ScaleOut Software NamedCache API
Releases the lock on a cached object.

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

public void ReleaseLock(
	CachedObjectId id
)

Parameters

id
Type: Soss.ClientCachedObjectId
Object identifier.
Exceptions

ExceptionCondition
StateServerExceptionThrown if ScaleOut StateServer is unavailable or has experienced an internal error.
Remarks

Calling ReleaseLock(CachedObjectId) on an object that is not locked by this instance of the NamedCache has no effect.
See Also

Reference