beginDataAndUpdateSteps() method

This method is called by the server prior to the execution of the "Data State Steps" and "Update Steps" (which are grouped together) for the service event.

Syntax

public void beginDataAndUpdateSteps ()

Usage

Any processing that should take place prior to the execution of these steps should be implemented in this method.