Click or drag to resize

PFUpdateLockResult Enumeration

Represents the result of an update lock request operation on database.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFUpdateLockResult
Members
  Member nameValueDescription
Success0 The lock was successfully set.
BadVersion1 The lock couldn't be set because you are trying to save an obsolete version of the object.
LockedForUpdate2 The lock couldn't be set because there is another update lock set on the object.
See Also