The following tables list the members exposed by the IEntityLocks type.

Name Description
Public method HasLock(EntityType, EntityID) Do we have a lock for a particular entity
Public method Merge(IEntityLocks) Merge another set of locks into this one
Public method RegisterLock(EntityType, EntityID, bool) Register a lock
Top