WSWorklistEntry Class Methods

The following are the WSWorklistEntry class methods, in alphabetical order.

Syntax

OnError(&Message)

Description

Use the OnError method to do error handling. This method implements the Integration Broker IRequestHandler interface OnError method.

Parameters

Field or Control

Definition

&Message

Specify an already instantiated and populated message object. This would normally be the message that was used to generate the worklist entry from the web service.

Returns

Depends on implementation.

Syntax

OnNotify(&Message)

Description

Use the OnNotify method to creates the worklist entry and the application worklist record.

This method implements the Integration Broker INotificationHandler interface OnNotify method.

Parameters

Field or Control

Definition

&Message

Specify an already instantiated and populated message object. Generally this would be the originating message that created the worklist entry.

Returns

None.