|
Options | Name | Purpose | |
---|---|---|---|
Progress.Lang.Object GetOption (character) |
/**
Retrieve a option value by its name.
@param name The name of the option to retrieve.
@return The option value.
*/
|
||
CHARACTER GetOptionNames () |
/**
Returns an array of the option names that have been configured for this record.
@return A character array of option names that have been stored for the record.
*/
|
||
LOGICAL HasOption (character) |
/**
Returns true if the named record option has been set.
@param name The name of the option.
@return True if an option value has been stored for the given name.
*/
|
Options | Name | Purpose | |
---|---|---|---|
Progress.Lang.Object Body |
|
||
OpenEdge.Messaging.IHeaders Headers |
|
||
INTEGER PartitionId |
|
||
Progress.Lang.Object PartitionKey |
|
||
DATETIME-TZ TimeStamp |
|
||
CHARACTER TopicName |
|
Progress.Lang.Object GetOption (character)
|
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER GetOptionNames ()
|
||||||||||||||||||
LOGICAL HasOption (character)
|
Progress.Lang.Object Body
|
||||||||
---|---|---|---|---|---|---|---|---|
OpenEdge.Messaging.IHeaders Headers
|
||||||||
INTEGER PartitionId
|
||||||||
Progress.Lang.Object PartitionKey
|
||||||||
DATETIME-TZ TimeStamp
|
||||||||
CHARACTER TopicName
|