Important: The information in this document is obsolete and should not be used for new development.
CountCyberServices
Retrieves the number of services available to this Cyberdog session.
long CountCyberServices ();
- return value
- The number of available
CyberService
objects.DISCUSSION
You can use this method in conjunction with theGetCyberService
method to iterate through the available services.Do not subclass this class.
SEE ALSO
TheGetCyberService
method (page 362).