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. |
lockId | The LockId of the specific LockHandle. |
System. |
lockDate | The allocation date of the LockHandle. |