Removes the specified service type from the serviceManager service container.
Removes the specified service type from the serviceManager service container.
public abstract void RemoveService(Type);
Removes the specified service type from the service container, and optionally promotes the service to parent service containers.
public abstract void RemoveService(Type,bool);
ServiceManager Class | Aveva.ApplicationFramework Namespace