Important: The information in this document is obsolete and should not be used for new development.
GetBroadcaster
Retrieves a progress broadcaster attached to this progress receiver.
CyberProgressBroadcaster GetBroadcaster (in long index);
- index
- The zero-based index of the process to be retrieved.
- return value
- The progress broadcaster specified by
index
.DISCUSSION
This method retrieves by index a progress broadcaster that is attached to a progress receiver. You can use this method in conjunction with theCountBroadcasters
method to iterate through the broadcasters attached to a progress receiver.If the value supplied in the
index
parameter is out of range, the return value of this method is undefined.If you subclass
CyberProgressReceiver
, you must override this method. Your override must call its inherited method.SEE ALSO
TheCountBroadcasters
method (page 321).