Important: The information in this document is obsolete and should not be used for new development.
GetReceiver
Retrieves a progress receiver attached to this progress broadcaster.
CyberProgressReceiver GetReceiver (in long index);
index- The zero-based index of the
CyberProgressReceiverobject to be retrieved.- return value
- The
CyberProgressReceiverobject specified byindex.DISCUSSION
This method retrieves by index a progress receiver that is attached to this broadcaster. You can use this method in conjunction with theCountReceiversmethod to iterate through the progress receivers attached to a broadcaster.If the value supplied in the
indexparameter is out of range, the return value of this method is undefined.SEE ALSO
TheCountReceiversmethod (page 301).