Method ClearLock
ClearLock(String)
Attempt to clear (forcefully unlock and remove) the specified lock. Only call this at a time when you are certain this lock is no longer in use.
Declaration
public virtual void ClearLock(String name)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | name of the lock to be cleared. |