Important: The information in this document is obsolete and should not be used for new development.
CountReceivers
Retrieves the number of progress receivers attached to this progress broadcaster.
long CountReceivers ();
- return value
- The number of
CyberProgressReceiver
objects attached to the progress broadcaster.DISCUSSION
You can use this method in conjunction with theGetReceiver
method to iterate through the progress receivers attached to this broadcaster.SEE ALSO
TheGetReceiver
method (page 305).