ProgressMessage

The event ProgressMessage fires during the processing of a job when the Communications Manager Core wants to send a progress message to the client application. Handlers of the event ProgressMessage should be of the type Aia.ITP.Server.Job.ProgressMessageHandler.

 delegate void ProgressMessageHandler(string text);

A ProgessMessage handler receives the message from Communications Manager Core in the parameter text.