CountCyberServices
Retrieves the number of services available to this Cyberdog session.
long CountCyberServices ();
- return value
- The number of available
CyberServiceobjects.DISCUSSION
You can use this method in conjunction with theGetCyberServicemethod to iterate through the available services.Do not subclass this class.
SEE ALSO
TheGetCyberServicemethod (page 362).