adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / GetServices Method

In This Topic
    GetServices Method
    In This Topic
    Gets a collection containing information about all services installed on the adTempus server.
    Syntax
    'Declaration
     
    
    Public Function GetServices() As ReadOnlyCollection(Of ServiceInfo)
    public ReadOnlyCollection<ServiceInfo> GetServices()
    Remarks
    This method is used to get service information for use in the user interface for ServiceControlTasks.
    See Also