An interface for entity locking

Namespace: Contracts
Assembly: Contracts (in Contracts.dll)

<System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)> _ 
Public Interface IEntityLocks
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)] 
public interface IEntityLocks
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)] 
public interface class IEntityLocks
This language is not supported or no code example is available.
public  
System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true) 
interface IEntityLocks
This language is not supported or no code example is available.
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

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1