Important: The information in this document is obsolete and should not be used for new development.
CountBroadcasters
Retrieves the number of progress broadcasters attached to this progress receiver.
long CountBroadcasters ();
- return value
- The number of progress broadcasters attached to the progress receiver.
DISCUSSION
You can use this method in conjunction with theGetBroadcaster
method to iterate through the broadcasters attached to a progress receiver.If you subclass
CyberProgressReceiver
, you must override this method. Your override must call its inherited method.SEE ALSO
TheGetBroadcaster
method (page 322).