setReplyAutoDelete procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
setReplyAutoDelete procedure
Specifies whether all reply messages are to be automatically deleted.
Syntax
|
Applies to
Message Consumer objects
Notes
- The
default value is
FALSE. - If the reply property val is set to
TRUE, all reply messages returned through the message handler'sOUPUTparameter are automatically deleted after being sent.
See also
setReplyPersistency procedure, getReplyPersistency function, setReplyPriority procedure, getReplyPriority function, setReplyTimeToLive procedure, getReplyTimeToLive function, setReplyAutoDelete procedure, getReplyAutoDelete function
For more information, see the Accessing message handler information and the Setting reply properties.