Important: The information in this document is obsolete and should not be used for new development.
AttachReceiver
Attaches a progress receiver to this progress broadcaster.
void AttachReceiver (in CyberProgressReceiver receiver);
receiver
- The
CyberProgressReceiver
object to attach to the process.DISCUSSION
Once a progress receiver has been attached to a broadcaster, the broadcaster notifies the receiver of status and progress changes.If you subclass
CyberProgressBroadcaster
and override this method, your override must call its inherited method.SEE ALSO
TheDetachReceiver
method (page 301).
TheCyberProgressReceiver::BroadcasterAttached
method (page 320).