IObjectGetLockInfo Method |
Retrieves information about the object's lock status.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax void GetLockInfo(
out bool isLocked,
out string userName,
out DateTime timestamp
)
Parameters
- isLocked
- Type: SystemBoolean
True, if the object is locked. False, if not. - userName
- Type: SystemString
The lock owner's name, if locked. Empty string, if not. - timestamp
- Type: SystemDateTime
the lock timestamp, if locked. DateTime.MinValue, if not.
See Also