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
CyberProgressReceiverobject 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
CyberProgressBroadcasterand override this method, your override must call its inherited method.SEE ALSO
TheDetachReceivermethod (page 301).
TheCyberProgressReceiver::BroadcasterAttachedmethod (page 320).