Method MakeLock
MakeLock(String)
Construct a Lock.
Declaration
public abstract Lock MakeLock(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name of the lock file |
Returns
Type | Description |
---|---|
Lock |