Common Application Framework

ServiceManager.RemoveService Method

Removes the specified service type from the serviceManager service container.

Overload List

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);

See Also

ServiceManager Class | Aveva.ApplicationFramework Namespace