Lock
StorageMoveEvents
This commit is contained in:
@@ -6,6 +6,7 @@ Imports DevExpress.ExpressApp.Model
|
||||
|
||||
Public Module LockingModule
|
||||
Public Function LockObject(_Paramuow As UnitOfWork, _ParamObjectType As Type, _ParamObjectKey As String, _ParamUser As User) As Boolean
|
||||
UnLockObject(_Paramuow, _ParamObjectType, _ParamObjectKey, _ParamUser)
|
||||
Dim _IsLocked As Boolean = False
|
||||
Dim _TableName As String
|
||||
Dim _LockingObject As LockingObject
|
||||
|
||||
Reference in New Issue
Block a user