Click or drag to resize

CObjectImplBaseGetLockInfo Method

Namespace:  PDTec.IceNet.Sdk.Implementation
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void GetLockInfo(
	out bool isLocked,
	out string userName,
	out DateTime timestamp
)

Parameters

isLocked
Type: SystemBoolean
userName
Type: SystemString
timestamp
Type: SystemDateTime

Implements

IObjectGetLockInfo(Boolean, String, DateTime)
See Also