BiForEachActionThread

This class defines an action thread used by BiForEach. It executes the handler function for each child item, passing the child item as argument.

This class extends BiActionThread and therefore all methods and fields available for BiActionThread are also available for BiForEachActionThread .

Constructor

new BiForEachActionThread ( oAction )

Parameters

NameTypeOptionalDefaultDescripton
oActionBiActionThe action called.

Properties

None.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.