ServiceManager Class
Provides a means by which the various components of the ApplicationFramework
(e.g. Presentation Component) can publish their services. The ServiceManager
also acts as a service provider responding to requests for services.
THIS CLASS IS OBSOLETE use the DependencyResolver instead
Object Model
Syntax
public abstract class ServiceManager : IServiceManager
public ref class ServiceManager abstract : public IServiceManager
Inheritance Hierarchy
System.Object
Aveva.ApplicationFramework.ServiceManager
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also