AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageLockEngine Methods

The AdvantageLockEngine type exposes the following members.

Methods


  Name Description
Public method Client_ObjectClearLocks
Unlocks all object specified by the unique lock key.
Public method Client_ObjectLock
Attempts to lock the specified object for the given user. If the object is already locked by another session, the lock will not be acquired.
Public method Client_ObjectUnlock
Object unlock. Unlocks a specific object.
Public method Dispose()()()()
Disposes this instance, releasing the internal utility engine and base resources.
Protected method Dispose(Boolean) (Inherited from AdvantageEngineBase.)
Public method WebCache_ClearItem
Clears a specific item from the web cache.
(Inherited from AdvantageEngineBase.)
Public method WebCache_Get<(Of <<'(T>)>>)
Retrieves an item from the web cache.
(Inherited from AdvantageEngineBase.)
Public method WebCache_Invalidate(String)
Invalidates a specific item from the web cache by key.
(Inherited from AdvantageEngineBase.)
Public method WebCache_Invalidate(List<(Of <<'(String>)>>))
Invalidates web cache items by one or more categories.
(Inherited from AdvantageEngineBase.)
Public method WebCache_Store<(Of <<'(T>)>>)
Stores an item in the web cache.
(Inherited from AdvantageEngineBase.)