Common Application Framework

ServiceManager.RemoveService Method (Type)

Removes the specified service type from the serviceManager service container.

public abstract void RemoveService(
   Type serviceType
);

Parameters

serviceType
The type of service to remove.

Implements

IServiceContainer.RemoveService

See Also

ServiceManager Class | Aveva.ApplicationFramework Namespace | ServiceManager.RemoveService Overload List