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
CyberProgressReceiver
object to be retrieved.- return value
- The
CyberProgressReceiver
object 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 theCountReceivers
method to iterate through the progress receivers attached to a broadcaster.If the value supplied in the
index
parameter is out of range, the return value of this method is undefined.SEE ALSO
TheCountReceivers
method (page 301).