Important: The information in this document is obsolete and should not be used for new development.
GetCyberService
Retrieves a Cyberdog service by index.
CyberService GetCyberService (in long index);
index- The zero-based index of the
CyberServiceobject to be retrieved.- return value
- The
CyberServiceobject specified by the index.DISCUSSION
This method retrieves by index a Cyberdog service object. You can use this method in conjunction with theCountCyberServicesmethod to iterate through the available services.Service objects are allocated once and are owned by the session object, so you should not delete them.
Do not subclass this class.
SEE ALSO
TheCountCyberServicesmethod (page 354).