AsyncNamedCacheDataAccessor Methods

ScaleOut Software NamedCache API

The NamedCacheAsyncNamedCacheDataAccessor type exposes the following members.

Methods

  NameDescription
Public methodAcquireOrUpdateLock
Overrides the AcquireOrUpdateLock(Boolean) implementation of this method by throwing a InvalidOperationException.
(Overrides DataAccessor.AcquireOrUpdateLock(Boolean).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnLocked
Overrides the NamedCacheDataAccessor implementation of this method with a nop implementation which precludes this NamedCacheAsyncNamedCacheDataAccessor from participating in the thread-based object locking strategy employed by NamedCacheDataAccessor.
(Overrides NamedCacheDataAccessor.OnLocked.)
Protected methodOnLockRefreshed
Overrides the NamedCacheDataAccessor implementation of this method with a nop implementation which precludes this NamedCacheAsyncNamedCacheDataAccessor from participating in the thread-based object locking strategy employed by NamedCacheDataAccessor.
(Overrides NamedCacheDataAccessor.OnLockRefreshed.)
Protected methodOnUnlocked
Overrides the NamedCacheDataAccessor implementation of this method with a nop implementation which precludes this NamedCacheAsyncNamedCacheDataAccessor from participating in the thread-based object locking strategy employed by NamedCacheDataAccessor.
(Overrides NamedCacheDataAccessor.OnUnlocked.)
Public methodReleaseLock
Overrides the ReleaseLock implementation of this method by throwing an InvalidOperationException.
(Overrides DataAccessor.ReleaseLock.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference