This topic has not yet been rated - Rate this topic

Unlock Method (String, DataCacheLockHandle, TimeSpan)

Releases objects locked in the cache. This method supports pessimistic concurrency by making sure that the appropriate DataCacheLockHandle is used for unlocking the object. Specifies a new timeout value for the cached object.

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
public void Unlock(
	string key,
	DataCacheLockHandle lockHandle,
	TimeSpan timeout
)

Parameters

key
Type: System..::..String
The unique value that is used to identify the object in the region.
lockHandle
Type: Microsoft.ApplicationServer.Caching..::..DataCacheLockHandle
The DataCacheLockHandle object that was returned when the object was locked.
timeout
Type: System..::..TimeSpan
The amount of time that the object should reside in the cache before expiration.

The lockHandle parameter is required and must match the DataCacheLockHandle of the locked object to succeed.

Locked objects are never expired, but they may expire immediately if unlocked after their expiration time.

The timeout value associated with the cached object overrides expiration settings specified in the named cache configuration.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter