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
CyberService
object to be retrieved.- return value
- The
CyberService
object specified by the index.DISCUSSION
This method retrieves by index a Cyberdog service object. You can use this method in conjunction with theCountCyberServices
method 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
TheCountCyberServices
method (page 354).