AdvantageLockEngine Methods
The AdvantageLockEngine type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Client_ObjectClearLocks |
Unlocks all object specified by the unique lock key.
|
|
|
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.
|
|
|
Client_ObjectUnlock |
Object unlock. Unlocks a specific object.
|
|
|
Dispose()()()() |
Disposes this instance, releasing the internal utility engine and base resources.
|
|
|
Dispose(Boolean) | (Inherited from AdvantageEngineBase.) |
|
|
WebCache_ClearItem |
Clears a specific item from the web cache.
(Inherited from AdvantageEngineBase.) |
|
|
WebCache_Get<(Of <<'(T>)>>) |
Retrieves an item from the web cache.
(Inherited from AdvantageEngineBase.) |
|
|
WebCache_Invalidate(String) |
Invalidates a specific item from the web cache by key.
(Inherited from AdvantageEngineBase.) |
|
|
WebCache_Invalidate(List<(Of <<'(String>)>>)) |
Invalidates web cache items by one or more categories.
(Inherited from AdvantageEngineBase.) |
|
|
WebCache_Store<(Of <<'(T>)>>) |
Stores an item in the web cache.
(Inherited from AdvantageEngineBase.) |

