Important: The information in this document is obsolete and should not be used for new development.
Abort
Terminates this progress broadcaster.
void Abort ();DISCUSSION
You call this method when you want to terminate a progress broadcaster object, typically when you are also terminating the actual asynchronous process that the object represents. This method calls the programmer-defined function registered by theICyberProgressBroadcastermethod, passing the kAbortMessage constant as a parameter. This callback mechanism is provided to allow you to customize theAbortmethod of the superclass without having to subclassCyberProgressBroadcaster.SEE ALSO
TheICyberProgressBroadcastermethod (page 307).