ReplyInfobLockAcquired Field
Indicates whether the lock is acquired on the message that was forwarded. It can have one of the following values:
  • True - This value indicates that the lock is acquired to perform operations on the message.
  • False - This value indicates that the lock is not acquired to perform operations on the message.

Namespace:  Talisma.Server.Common
 

Syntax
C#
public bool bLockAcquired

Field Value

Type: Boolean
See Also