Constructor LockHandle
LockHandle()
It is the constructor.
Declaration
public LockHandle()
LockHandle(String, DateTime)
An overloaded constructor.
Declaration
public LockHandle(string lockId, DateTime lockDate)
Parameters
Type | Name | Description |
---|---|---|
System.String | lockId | The LockId of the specific LockHandle. |
System.DateTime | lockDate | The allocation date of the LockHandle. |