OpenEdge.Messaging.IHeaders
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.Messaging.IHeaders Add (RecordHeader) |
/**
Adds the given RecordHeader to the collection.
@throw MessagingError if the collection is read-only, or the RecordHeader is not valid.
@return returns this-object if successful.
*/
|
||
| IIterator <RecordHeader> GetIterator () |
/**
Returns an iterator over the collection of record headers.
*/
|
||
| OpenEdge.Messaging.RecordHeader GetLastHeader (character) |
/**
Retrieve the last header within the collection identified by the given key, if present.
*/
|
||
| OpenEdge.Messaging.IHeaders Remove (character) |
/**
Removes the header for the given key from the collection.
@throw MessagingError if the collection is read-only.
@return this-object if successful.
*/
|
||
| OpenEdge.Messaging.RecordHeader ToArray () |
/**
Returns the collection of record headers as an extent.
*/
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| INTEGER Count |
|
||
| LOGICAL IsReadOnly |
|
Method Detail
OpenEdge.Messaging.IHeaders Add (RecordHeader)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
IIterator <RecordHeader> GetIterator ()
|
||||||||||||||||||||
OpenEdge.Messaging.RecordHeader GetLastHeader (character)
|
||||||||||||||||||||
OpenEdge.Messaging.IHeaders Remove (character)
|
||||||||||||||||||||
OpenEdge.Messaging.RecordHeader ToArray ()
|
||||||||||||||||||||
Property Detail
INTEGER Count
|
||||||||
|---|---|---|---|---|---|---|---|---|
LOGICAL IsReadOnly
|
||||||||