Important: The information in this document is obsolete and should not be used for new development.
DetachReceiver
Detaches a progress receiver from this progress broadcaster.
void DetachReceiver (in CyberProgressReceiver receiver);
receiver
- The
CyberProgressReceiver
object to detach from the process.DISCUSSION
Once a progress receiver has been detached from a broadcaster, the broadcaster no longer 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
TheAttachReceiver
method (page 300).
TheCyberProgressReceiver::BroadcasterDetached
method (page 320).