NamedCacheReleaseLock Method (Byte)

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(
	byte[] id
)

Parameters

id
Type: SystemByte
Object identifier (must be either 16 or 32 bytes in length).
Exceptions

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

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

Reference