Exemple #1
0
 /// <summary>
 /// Remove a request of an exclusive lock of a working unit
 /// </summary>
 public abstract void RemoveExclusiveLock(WorkUnit unit);
Exemple #2
0
 /// <summary>
 /// Set the allocation to request an exclusive lock of a working unit
 /// </summary>
 public abstract void AddExclusiveLock(WorkUnit unit);