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 abstract void ClearLock(string lockName)
Parameters
Type | Name | Description |
---|---|---|
System.String | lockName | name of the lock to be cleared. |