|
|
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.
*/
|
|
|
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.
*/
|