Aborts a Message Queue Item.

Status must be "Queued" OR "Processing" (for more than the Default Retry Seconds).

Syntax

ISMessageQueueUtilities.AbortItem(messageQueueItem, [newData], [newProperties])

Parameters

NameTypeOptionalByRefDescription
messageQueueItem ISMessageQueueItem The Message Queue Item to update.
newData String Optional If specified, i.e. not blank, will update the 'Data' value.
newProperties ISKeyValueList Optional If specified, i.e. not Nothing, will update the 'Properties' value. If omitted, a value of Nothing is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISMessageQueueUtilities
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0