Method MakeLock
MakeLock(String)
Return a new Lock instance identified by lockName
.
Declaration
public abstract Lock MakeLock(string lockName)
Parameters
Type | Name | Description |
---|---|---|
System.String | lockName | name of the lock to be created. |
Returns
Type | Description |
---|---|
Lock |