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
     
    
    <NotNullAttribute()>
    Public Function GetServices() As ReadOnlyCollection(Of ServiceInfo)
    [NotNull()]
    public ReadOnlyCollection<ServiceInfo> GetServices()
    [NotNull()]
    public:
    ReadOnlyCollection<ServiceInfo^>^ GetServices(); 
    Remarks
    This method is used to get service information for use in the user interface for ServiceControlTasks.
    See Also